diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2014-09-16 07:35:33 +0000 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-09-16 07:35:33 +0000 |
commit | 6ae93cafca11e423017fc1a768f7ba865ee87dbc (patch) | |
tree | c88c105eb83ac167d3d1d846211fdf7dda8db2d1 /profiles/features | |
parent | Stable for HPPA (bug #520142). (diff) | |
download | gentoo-2-6ae93cafca11e423017fc1a768f7ba865ee87dbc.tar.gz gentoo-2-6ae93cafca11e423017fc1a768f7ba865ee87dbc.tar.bz2 gentoo-2-6ae93cafca11e423017fc1a768f7ba865ee87dbc.zip |
Mask python_targets_pypy for portage on selinux
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/selinux/package.use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index d540803f1b06..2146aba824af 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -1,7 +1,11 @@ # 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.mask,v 1.5 2013/03/19 19:47:50 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.6 2014/09/16 07:35:33 dolsen Exp $ # Saleem Abdulrasool <compnerd@gentoo.org> (23 Nov 2007) # Unmask when we get HAL 0.5.10 straightened out media-sound/pulseaudio policykit + +# Brian Dolbec <dolsen@gentoo.org> (16 Sep 2014) +# mask pypy for portage due to incompatibility with libselinux +sys-apps/portage python_targets_pypy |