summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-05-21 19:02:54 +0000
committerSven Vermeulen <swift@gentoo.org>2013-05-21 19:02:54 +0000
commit92c6fa266c96a56d349bf29eb58ed1d12ee8da08 (patch)
tree9cd430813333b8275401e39df2b92d2a911d9814 /profiles/features
parentVersion bump. (diff)
downloadgentoo-2-92c6fa266c96a56d349bf29eb58ed1d12ee8da08.tar.gz
gentoo-2-92c6fa266c96a56d349bf29eb58ed1d12ee8da08.tar.bz2
gentoo-2-92c6fa266c96a56d349bf29eb58ed1d12ee8da08.zip
Adding USE=xml as a forced python USE flag for SELinux
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/ChangeLog5
-rw-r--r--profiles/features/selinux/package.use.force7
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog
index da564691be08..715bc7ae969c 100644
--- a/profiles/features/ChangeLog
+++ b/profiles/features/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.65 2013/04/06 13:20:01 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.66 2013/05/21 19:02:54 swift Exp $
+
+ 21 May 2013; Sven Vermeulen <swift@gentoo.org> selinux/package.use.force:
+ Adding xml as a forced USE flag for python for SELinux
06 Apr 2013; Sven Vermeulen <swift@gentoo.org> selinux/package.mask:
Drop python-selinux from this mask (moved to global mask for removal)
diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force
index ff898ff09298..afaa04933b85 100644
--- a/profiles/features/selinux/package.use.force
+++ b/profiles/features/selinux/package.use.force
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.7 2013/04/19 17:15:52 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.8 2013/05/21 19:02:54 swift Exp $
# Sven Vermeulen <swift@gentoo.org> (19 Apr 2013)
# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python".
@@ -9,3 +9,8 @@
sys-libs/libselinux python
sys-libs/libsemanage python
app-admin/setools python
+
+# Sven Vermeulen <swift@gentoo.org> (21 May 2013)
+# 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