commit: 2ad98c408a21610e045011d0f5b66adca1a6a09a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 1 08:00:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 08:00:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad98c40
profiles/features/selinux/package.use.force: sort Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/selinux/package.use.force | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 131e38b9ff3..e05cf6bb058 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,21 +1,21 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sven Vermeulen <[email protected]> (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 +# Jason Zaman <[email protected]> (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 # Sven Vermeulen <[email protected]> (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 <[email protected]> (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 +# Sven Vermeulen <[email protected]> (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 # Required for semanage to run correctly. sys-process/audit python
