diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-09 08:29:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-09 08:29:34 +0000 |
commit | eaf8db1e22797ed228b6236fe880a6c27d1c4f1e (patch) | |
tree | a68061f65d453f0e35631d9167488a3f21edcf1b /profiles/arch | |
parent | Add keywords now that pypy3-bin packages are built. (diff) | |
download | gentoo-2-eaf8db1e22797ed228b6236fe880a6c27d1c4f1e.tar.gz gentoo-2-eaf8db1e22797ed228b6236fe880a6c27d1c4f1e.tar.bz2 gentoo-2-eaf8db1e22797ed228b6236fe880a6c27d1c4f1e.zip |
Unmask PyPy3.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/amd64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index b09af85a991a..d95d264d4bf9 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.289 2014/11/09 08:01:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.290 2014/11/09 08:29:34 mgorny Exp $ + + 09 Nov 2014; Michał Górny <mgorny@gentoo.org> package.use.stable.mask, + use.mask, use.stable.mask: + Unmask PyPy3. 09 Nov 2014; Michał Górny <mgorny@gentoo.org> package.use.stable.mask: Remove stale masks on dev-python/python-exec. diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index cf9f9ea30918..efd08c4493a9 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -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/arch/amd64/package.use.stable.mask,v 1.91 2014/11/09 08:01:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.92 2014/11/09 08:29:34 mgorny Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -527,6 +527,8 @@ x11-themes/gtk-engines-xfce abi_x86_32 # impl there anyway. Please keep this in sync with use.stable.mask. dev-lang/python-exec -python_targets_pypy dev-lang/python-exec -python_single_target_pypy +dev-lang/python-exec -python_targets_pypy3 +dev-lang/python-exec -python_single_target_pypy3 # Mike Gilbert <floppym@gentoo.org> (22 Mar 2014) # sys-fs/zfs is not stable. diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 3fafe994d47d..df8da7e8bd90 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -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/arch/amd64/use.mask,v 1.65 2014/10/19 20:08:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.66 2014/11/09 08:29:34 mgorny Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -19,6 +19,8 @@ # PyPy is keyworded on this arch. -python_targets_pypy -python_single_target_pypy +-python_targets_pypy3 +-python_single_target_pypy3 # Michał Górny <mgorny@gentoo.org> (4 May 2013) # Unmask systemd since it is keyworded here. diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 6798e7da36f0..94e425d7d877 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -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/arch/amd64/use.stable.mask,v 1.6 2014/11/04 22:33:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.stable.mask,v 1.7 2014/11/09 08:29:34 mgorny Exp $ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask @@ -23,3 +23,5 @@ gcl # PyPy is unstable on this arch. python_targets_pypy python_single_target_pypy +python_targets_pypy3 +python_single_target_pypy3 |