diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 13:57:03 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 13:57:03 +0000 |
commit | 4b1ae1005a0c9fbbae3a8141219cdc32a3f606b7 (patch) | |
tree | 2c20f38dc033fdeb3a6138ce1cbd5c79dae3a23b /sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild | |
parent | Version bump (diff) | |
download | historical-4b1ae1005a0c9fbbae3a8141219cdc32a3f606b7.tar.gz historical-4b1ae1005a0c9fbbae3a8141219cdc32a3f606b7.tar.bz2 historical-4b1ae1005a0c9fbbae3a8141219cdc32a3f606b7.zip |
Release of 2.20141203-r2
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild b/sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild new file mode 100644 index 000000000000..d1b3cd6939b6 --- /dev/null +++ b/sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/selinux-tftp-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:05 swift Exp $ +EAPI="5" + +IUSE="" +MODS="tftp" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tftp" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |