diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-10-07 17:50:18 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-10-07 17:50:18 +0000 |
commit | 6466c003df7d8dedcba7f4eaa7412abd07b320a8 (patch) | |
tree | 2028ac78e04a8ef8f1744c59cc023d4a8b4c6699 /profiles/features | |
parent | Force USE=python for libselinux, needed by sepolgen which is required by the ... (diff) | |
download | historical-6466c003df7d8dedcba7f4eaa7412abd07b320a8.tar.gz historical-6466c003df7d8dedcba7f4eaa7412abd07b320a8.tar.bz2 historical-6466c003df7d8dedcba7f4eaa7412abd07b320a8.zip |
Force USE=python for libsemanage, needed by the semanage command (part of policycoreutils)
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/selinux/package.use.force | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 2aa533999d23..721e6e896809 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,11 +1,13 @@ # 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.2 2011/10/07 17:43:19 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.3 2011/10/07 17:50:17 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-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". +# sys-apps/policycoreutils also requires libsemanage with USE="python" sys-libs/libselinux python +sys-libs/libsemanage python |