Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: package.use.force
Date: Wed, 03 Dec 2014 13:20:06
Message-Id: 20141203132002.814EFB742@oystercatcher.gentoo.org
1 perfinion 14/12/03 13:20:02
2
3 Modified: package.use.force
4 Log:
5 Force static-libs so stages build properly
6
7 Revision Changes Path
8 1.9 profiles/features/selinux/package.use.force
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?r1=1.8&r2=1.9
13
14 Index: package.use.force
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- package.use.force 21 May 2013 19:02:54 -0000 1.8
21 +++ package.use.force 3 Dec 2014 13:20:02 -0000 1.9
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2014 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.8 2013/05/21 19:02:54 swift Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.9 2014/12/03 13:20:02 perfinion Exp $
28
29 # Sven Vermeulen <swift@g.o> (19 Apr 2013)
30 # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
31 @@ -14,3 +14,9 @@
32 # sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it
33 # here to allow stages to build with USE=xml on python
34 dev-lang/python xml
35 +
36 +# Jason Zaman <perfinion@g.o> (03 Dec 2014)
37 +# sys-apps/busybox has IUSE="+static", so force static-libs on its deps
38 +# so stages can build with no interacton.
39 +sys-libs/libselinux static-libs
40 +dev-libs/libpcre static-libs