2014-08-09 21:58:00 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-10-14 19:46:44 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-11-02 00:14:59 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-perdition/selinux-perdition-9999.ebuild,v 1.3 2014/11/01 16:13:39 swift Exp $
|
2014-08-09 21:58:00 +04:00
|
|
|
EAPI="5"
|
2012-10-14 19:46:44 +04:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="perdition"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for perdition"
|
|
|
|
|
2014-11-02 00:14:59 +03:00
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
fi
|