diff options
author | Sven Vermeulen <swift@gentoo.org> | 2016-06-05 10:46:50 +0200 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2016-06-05 10:48:14 +0200 |
commit | 03be95f41593f80752a6ce2a9ab4d564a78d231c (patch) | |
tree | 2e9da475f6d1554234c26baa2b89d9ec0580d0b4 /sec-policy | |
parent | www-apache/passenger: cleanup (diff) | |
download | gentoo-03be95f41593f80752a6ce2a9ab4d564a78d231c.tar.gz gentoo-03be95f41593f80752a6ce2a9ab4d564a78d231c.tar.bz2 gentoo-03be95f41593f80752a6ce2a9ab4d564a78d231c.zip |
sec-policy/selinux-base: Drop old blocker on selinux-base-policy
The purpose of selinux-base is to provide the interface files and base module
(but does not necessarily require it to load). Historically, the package was
the full base policy, but since 2012 this was moved to the selinux-base-policy
package.
A blocker was put in place to ensure proper transitioning.
As we no longer have these policies in our repository, remove this old
blocker.
Package-Manager: portage-2.2.28
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-base/selinux-base-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 51af052d67ec..12e1003b17ce 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" @@ -26,8 +26,7 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=">=sys-apps/policycoreutils-2.3 - virtual/udev - !<=sec-policy/selinux-base-policy-2.20120725" + virtual/udev" DEPEND="${RDEPEND} sys-devel/m4 >=sys-apps/checkpolicy-2.3" |