diff options
author | Sven Vermeulen <swift@gentoo.org> | 2016-07-03 13:25:27 +0200 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2016-07-03 13:25:27 +0200 |
commit | 3236260849c5b35314443ef2b7bc6292c0ae2b3c (patch) | |
tree | 6d27c22d22ec28477b0c646962d8c938cf548e94 /sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild | |
parent | sec-policy: Enable arm(64) and mips KEYWORDS for policy modules (diff) | |
download | gentoo-3236260849c5b35314443ef2b7bc6292c0ae2b3c.tar.gz gentoo-3236260849c5b35314443ef2b7bc6292c0ae2b3c.tar.bz2 gentoo-3236260849c5b35314443ef2b7bc6292c0ae2b3c.zip |
sec-policy: Clean up old packages
Remove year-old SELinux policy packages. Currently stick with the last
stable one from the 2014 series, we can clean that up when there is an
2016 release made (upstream is currently still at the 20151203).
Package-Manager: portage-2.2.28
Diffstat (limited to 'sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild')
-rw-r--r-- | sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild b/sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild deleted file mode 100644 index ca4572330285..000000000000 --- a/sec-policy/selinux-backup/selinux-backup-2.20141203-r6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" - -IUSE="" -MODS="backup" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for generic backup apps" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 x86" -fi |