diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/mix-ins/selinux/package.use.force')
| -rw-r--r-- | profiles/baldeagleos/1.0/linux-gnu/mix-ins/selinux/package.use.force | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/selinux/package.use.force b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/selinux/package.use.force new file mode 100644 index 000000000000..fec892c60b07 --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/selinux/package.use.force @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Sven Vermeulen <swift@gentoo.org> (2013-04-19) +# 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 + +# Sven Vermeulen <swift@gentoo.org> (2013-05-21) +# sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it +# here to allow stages to build with USE=xml on python +dev-lang/python xml + +# Jason Zaman <perfinion@gentoo.org> (2014-12-03) +# sys-apps/busybox has IUSE="+static", so force static-libs on its deps +# so stages can build with no interacton. Bug #527938 +sys-libs/libselinux static-libs +dev-libs/libpcre static-libs |
