2014-11-02 00:12:14 +03:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-12-08 02:51:52 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-sxid/selinux-sxid-2.20140311-r7.ebuild,v 1.2 2014/12/07 13:21:04 perfinion Exp $
|
2014-11-02 00:12:14 +03:00
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="sxid"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for sxid"
|
|
|
|
|
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
2014-12-08 02:51:52 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-11-02 00:12:14 +03:00
|
|
|
fi
|