diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-10-07 17:43:20 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-10-07 17:43:20 +0000 |
commit | 5d450493f1ba0865c6178b7c68a2996179582a50 (patch) | |
tree | 1a4543b92595cdd04eeb3fc58fb4468d4899241f /profiles | |
parent | Version Bump, #382843 (diff) | |
download | gentoo-2-5d450493f1ba0865c6178b7c68a2996179582a50.tar.gz gentoo-2-5d450493f1ba0865c6178b7c68a2996179582a50.tar.bz2 gentoo-2-5d450493f1ba0865c6178b7c68a2996179582a50.zip |
Force USE=python for libselinux, needed by sepolgen which is required by the semanage command (part of policycoreutils)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/selinux/package.use.force | 6 | ||||
-rw-r--r-- | profiles/selinux/package.use.force | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 78e565902ac9..2aa533999d23 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,7 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.1 2011/05/17 10:46:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.2 2011/10/07 17:43:19 swift Exp $ # Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (18 Feb 2011) # sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. sys-apps/portage python2 + +# Sven Vermeulen <swift@gentoo.org> (07 Oct 2011) +# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python" +sys-libs/libselinux python diff --git a/profiles/selinux/package.use.force b/profiles/selinux/package.use.force index a266f7917032..365a97ec0ee0 100644 --- a/profiles/selinux/package.use.force +++ b/profiles/selinux/package.use.force @@ -1,7 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.use.force,v 1.1 2011/02/18 19:44:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.use.force,v 1.2 2011/10/07 17:43:20 swift Exp $ # Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (18 Feb 2011) # sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. sys-apps/portage python2 + +# Sven Vermeulen <swift@gentoo.org> (07 Oct 2011) +# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python" +sys-libs/libselinux python |