mgorny 14/11/06 15:07:47 Modified: package.use.mask Log: Update the SELinux mask to apply to PyPy3 as well.
Revision Changes Path 1.10 profiles/features/selinux/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.use.mask?r1=1.9&r2=1.10 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- package.use.mask 18 Sep 2014 02:32:09 -0000 1.9 +++ package.use.mask 6 Nov 2014 15:07:47 -0000 1.10 @@ -1,6 +1,6 @@ # 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.9 2014/09/18 02:32:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.use.mask,v 1.10 2014/11/06 15:07:47 mgorny Exp $ # Saleem Abdulrasool <[email protected]> (23 Nov 2007) # Unmask when we get HAL 0.5.10 straightened out @@ -8,8 +8,8 @@ # Brian Dolbec <[email protected]> (17 Sep 2014) # mask pypy for several utilities due to incompatibility with libselinux -sys-apps/portage python_targets_pypy -app-portage/gentoolkit python_targets_pypy -app-portage/layman python_targets_pypy -app-admin/webapp-config python_targets_pypy -app-portage/diffmask python_targets_pypy +sys-apps/portage python_targets_pypy python_targets_pypy3 +app-portage/gentoolkit python_targets_pypy python_targets_pypy3 +app-portage/layman python_targets_pypy python_targets_pypy3 +app-admin/webapp-config python_targets_pypy python_targets_pypy3 +app-portage/diffmask python_targets_pypy python_targets_pypy3
