From 264185ee54a9ded59c72a3b9ec91cf971bb8d89b Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Fri, 7 Oct 2011 17:43:20 +0000 Subject: [PATCH] Force USE=python for libselinux, needed by sepolgen which is required by the semanage command (part of policycoreutils) --- profiles/features/selinux/package.use.force | 6 +++++- profiles/selinux/package.use.force | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 78e565902ac9..2aa533999d23 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,7 +1,11 @@ # Copyright 1999-2011 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.1 2011/05/17 10:46:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.2 2011/10/07 17:43:19 swift Exp $ # Arfrever Frehtes Taifersar Arahesis (18 Feb 2011) # sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. sys-apps/portage python2 + +# Sven Vermeulen (07 Oct 2011) +# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python" +sys-libs/libselinux python diff --git a/profiles/selinux/package.use.force b/profiles/selinux/package.use.force index a266f7917032..365a97ec0ee0 100644 --- a/profiles/selinux/package.use.force +++ b/profiles/selinux/package.use.force @@ -1,7 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.use.force,v 1.1 2011/02/18 19:44:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.use.force,v 1.2 2011/10/07 17:43:20 swift Exp $ # Arfrever Frehtes Taifersar Arahesis (18 Feb 2011) # sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. sys-apps/portage python2 + +# Sven Vermeulen (07 Oct 2011) +# sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python" +sys-libs/libselinux python -- 2.26.2