diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-08-01 16:52:29 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-08-01 16:52:29 +0000 |
commit | 32cb0e21c0a928e5cb9aeac598abc146485bd70d (patch) | |
tree | eb50d1d84b6621c442df06702c186d6c5245b333 /profiles/features | |
parent | Version bump. Fix build without UTF8 environment, bug 429304. (diff) | |
download | gentoo-2-32cb0e21c0a928e5cb9aeac598abc146485bd70d.tar.gz gentoo-2-32cb0e21c0a928e5cb9aeac598abc146485bd70d.tar.bz2 gentoo-2-32cb0e21c0a928e5cb9aeac598abc146485bd70d.zip |
Remove python USE flag mask/force, thanks to Arfrever for the heads up
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/features/selinux/package.use.force | 8 | ||||
-rw-r--r-- | profiles/features/selinux/package.use.mask | 6 |
3 files changed, 8 insertions, 12 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 12447ffcd840..5e1a13ae7ae1 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.44 2012/07/28 09:04:22 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.45 2012/08/01 16:52:29 swift Exp $ + + 01 Aug 2012; <swift@gentoo.org> selinux/package.use.force, + selinux/package.use.mask: + Remove python USE flag mask/force for SELinux as we now support Python 3 28 Jul 2012; <swift@gentoo.org> selinux/package.mask: Unmasking SELinux flash module diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 721e6e896809..6c16db2127c7 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,10 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.3 2011/10/07 17:50:17 swift Exp $ - -# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (18 Feb 2011) -# sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. -sys-apps/portage python2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.force,v 1.4 2012/08/01 16:52:29 swift Exp $ # Sven Vermeulen <swift@gentoo.org> (07 Oct 2011) # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index 9c3f714ee9c0..46bd1fa3f887 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -1,11 +1,7 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.2 2012/07/06 06:28:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.3 2012/08/01 16:52:29 swift Exp $ # Saleem Abdulrasool <compnerd@gentoo.org> (23 Nov 2007) # Unmask when we get HAL 0.5.10 straightened out media-sound/pulseaudio policykit - -# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (18 Feb 2011) -# sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. -sys-apps/portage python3 |