From 92c6fa266c96a56d349bf29eb58ed1d12ee8da08 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Tue, 21 May 2013 19:02:54 +0000 Subject: Adding USE=xml as a forced python USE flag for SELinux --- profiles/features/ChangeLog | 5 ++++- profiles/features/selinux/package.use.force | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'profiles') 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 selinux/package.use.force: + Adding xml as a forced USE flag for python for SELinux 06 Apr 2013; Sven Vermeulen 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 (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 (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 -- cgit v1.2.3-65-gdbad