diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-04-19 17:15:52 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-04-19 17:15:52 +0000 |
commit | a67960b0eb732c12e3777bf6711035caab68097b (patch) | |
tree | eaaabedec25f3c8ccea752d9fa0f5c044a360d1d /profiles/features | |
parent | dev-util/diffstat: Readd latest stable version (diff) | |
download | gentoo-2-a67960b0eb732c12e3777bf6711035caab68097b.tar.gz gentoo-2-a67960b0eb732c12e3777bf6711035caab68097b.tar.bz2 gentoo-2-a67960b0eb732c12e3777bf6711035caab68097b.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.force | 8 |
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 |