summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-08-04 17:42:11 +0000
committerJason Zaman <perfinion@gentoo.org>2015-08-04 17:42:11 +0000
commitb9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139 (patch)
tree838a37caf0d5a1275a7321c0bd5db08f39554cc9 /sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild
parentversion bump fix #556548 (diff)
downloadgentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.tar.gz
gentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.tar.bz2
gentoo-2-b9cbf0b7ce58aa6067ecc76f9dfa367e5be9a139.zip
Release of 2.20141203-r8
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild')
-rw-r--r--sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild b/sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild
new file mode 100644
index 000000000000..3264540e4b79
--- /dev/null
+++ b/sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-backup/selinux-backup-2.20141203-r8.ebuild,v 1.1 2015/08/04 17:41:54 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="backup"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for generic backup apps"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi