Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: package.use.force
Date: Tue, 21 May 2013 19:03:00
Message-Id: 20130521190254.9EC612171E@flycatcher.gentoo.org
1 swift 13/05/21 19:02:54
2
3 Modified: package.use.force
4 Log:
5 Adding USE=xml as a forced python USE flag for SELinux
6
7 Revision Changes Path
8 1.8 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.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.force?r1=1.7&r2=1.8
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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- package.use.force 19 Apr 2013 17:15:52 -0000 1.7
21 +++ package.use.force 21 May 2013 19:02:54 -0000 1.8
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.7 2013/04/19 17:15:52 swift Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.8 2013/05/21 19:02:54 swift Exp $
27
28 # Sven Vermeulen <swift@g.o> (19 Apr 2013)
29 # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
30 @@ -9,3 +9,8 @@
31 sys-libs/libselinux python
32 sys-libs/libsemanage python
33 app-admin/setools python
34 +
35 +# Sven Vermeulen <swift@g.o> (21 May 2013)
36 +# sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it
37 +# here to allow stages to build with USE=xml on python
38 +dev-lang/python xml