diff options
-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 |