summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-04-19 17:15:52 +0000
committerSven Vermeulen <swift@gentoo.org>2013-04-19 17:15:52 +0000
commitf66edf84f998200d1b5ee42abacf0f1deecfc664 (patch)
treeeb1a7b15a3fd1892b254a6df0d69909bae014028 /profiles/features
parentdev-util/diffstat: Readd latest stable version (diff)
downloadhistorical-f66edf84f998200d1b5ee42abacf0f1deecfc664.tar.gz
historical-f66edf84f998200d1b5ee42abacf0f1deecfc664.tar.bz2
historical-f66edf84f998200d1b5ee42abacf0f1deecfc664.zip
Add in USE=python for setools (dep requirement for checkpolicy and policycoreutils)
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/selinux/package.use.force8
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force
index 0c90bcb06cbc..ff898ff09298 100644
--- a/profiles/features/selinux/package.use.force
+++ b/profiles/features/selinux/package.use.force
@@ -1,9 +1,11 @@
# Copyright 1999-2013 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.6 2013/03/17 10:35:52 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.7 2013/04/19 17:15:52 swift Exp $
-# Sven Vermeulen <swift@gentoo.org> (07 Oct 2011)
+# Sven Vermeulen <swift@gentoo.org> (19 Apr 2013)
# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
-# sys-apps/policycoreutils also requires libsemanage with USE="python"
+# sys-apps/policycoreutils also requires libsemanage with USE="python" and
+# setools with USE="python"
sys-libs/libselinux python
sys-libs/libsemanage python
+app-admin/setools python