dolsen 14/09/17 05:04:55 Modified: package.use.mask Log: Fix pypy masks for all utilities affected
Revision Changes Path 1.7 profiles/features/selinux/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?r1=1.6&r2=1.7 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- package.use.mask 16 Sep 2014 07:35:33 -0000 1.6 +++ package.use.mask 17 Sep 2014 05:04:55 -0000 1.7 @@ -1,11 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.6 2014/09/16 07:35:33 dolsen Exp $ +# Exp $ # Saleem Abdulrasool <[email protected]> (23 Nov 2007) # Unmask when we get HAL 0.5.10 straightened out media-sound/pulseaudio policykit -# Brian Dolbec <[email protected]> (16 Sep 2014) -# mask pypy for portage due to incompatibility with libselinux -sys-apps/portage python_targets_pypy +# Brian Dolbec <[email protected]> (17 Sep 2014) +# mask pypy for several utilities due to incompatibility with libselinux +sys-apps/portage python_targets_pypy python_targets_pypy2_0 +app-portage/gentoolkit python_targets_pypy python_targets_pypy2_0 +app-portage/layman python_targets_pypy python_targets_pypy2_0 +app-admin/webapp-config python_targets_pypy python_targets_pypy2_0
