Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/
Date: Mon, 01 Feb 2021 08:01:28
Message-Id: 1612166416.2ad98c408a21610e045011d0f5b66adca1a6a09a.sam@gentoo
1 commit: 2ad98c408a21610e045011d0f5b66adca1a6a09a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 08:00:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 08:00:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad98c40
7
8 profiles/features/selinux/package.use.force: sort
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/features/selinux/package.use.force | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force
16 index 131e38b9ff3..e05cf6bb058 100644
17 --- a/profiles/features/selinux/package.use.force
18 +++ b/profiles/features/selinux/package.use.force
19 @@ -1,21 +1,21 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -# Sven Vermeulen <swift@g.o> (2013-04-19)
24 -# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
25 -# sys-apps/policycoreutils also requires libsemanage with USE="python"
26 -sys-libs/libselinux python
27 +# Jason Zaman <perfinion@g.o> (2014-12-03)
28 +# sys-apps/busybox has IUSE="+static", so force static-libs on its deps
29 +# so stages can build with no interacton. Bug #527938
30 +sys-libs/libselinux static-libs
31 +dev-libs/libpcre static-libs
32
33 # Sven Vermeulen <swift@g.o> (2013-05-21)
34 # sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it
35 # here to allow stages to build with USE=xml on python
36 dev-lang/python xml
37
38 -# Jason Zaman <perfinion@g.o> (2014-12-03)
39 -# sys-apps/busybox has IUSE="+static", so force static-libs on its deps
40 -# so stages can build with no interacton. Bug #527938
41 -sys-libs/libselinux static-libs
42 -dev-libs/libpcre static-libs
43 +# Sven Vermeulen <swift@g.o> (2013-04-19)
44 +# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
45 +# sys-apps/policycoreutils also requires libsemanage with USE="python"
46 +sys-libs/libselinux python
47
48 # Required for semanage to run correctly.
49 sys-process/audit python