diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-04-08 23:41:43 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-04-08 23:41:43 +0000 |
commit | 449ad367a20381ba6e6c8e85cc0946f52d526d5b (patch) | |
tree | 61ec0b17eaf8cbd5f88d4f3fb9da75b9004728c1 /profiles/arch/x86 | |
parent | Drop pypy2_0. (diff) | |
download | gentoo-2-449ad367a20381ba6e6c8e85cc0946f52d526d5b.tar.gz gentoo-2-449ad367a20381ba6e6c8e85cc0946f52d526d5b.tar.bz2 gentoo-2-449ad367a20381ba6e6c8e85cc0946f52d526d5b.zip |
Drop pypy2_0.
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 4 |
4 files changed, 8 insertions, 12 deletions
diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog index e2431ecca482..28d2b58a5395 100644 --- a/profiles/arch/x86/ChangeLog +++ b/profiles/arch/x86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.163 2014/03/30 21:38:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.164 2014/04/08 23:41:43 floppym Exp $ + + 08 Apr 2014; Mike Gilbert <floppym@gentoo.org> package.use.stable.mask, + use.mask, use.stable.mask: + Drop pypy2_0. 30 Mar 2014; Michał Górny <mgorny@gentoo.org> +package.use.stable.mask, use.mask, use.stable.mask: diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 5056551cefe5..c89135777671 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/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/x86/package.use.stable.mask,v 1.2 2014/03/30 23:04:13 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 1.3 2014/04/08 23:41:43 floppym 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 @@ -25,10 +25,6 @@ dev-lang/python-exec -python_targets_pypy dev-lang/python-exec -python_single_target_pypy dev-python/python-exec -python_targets_pypy dev-python/python-exec -python_single_target_pypy -dev-lang/python-exec -python_targets_pypy2_0 -dev-lang/python-exec -python_single_target_pypy2_0 -dev-python/python-exec -python_targets_pypy2_0 -dev-python/python-exec -python_single_target_pypy2_0 # Tom Wijsman <TomWij@gentoo.org (16 Mar 2014) # Mask unstable USE flags on media-video/vlc, see security bug #499806. diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 262762424658..519c42009b3c 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/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/x86/use.mask,v 1.61 2014/04/08 09:43:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.62 2014/04/08 23:41:43 floppym Exp $ # Unmask the flag which corresponds to ARCH. -x86 @@ -13,8 +13,6 @@ # PyPy is keyworded on this arch. -python_targets_pypy -python_single_target_pypy --python_targets_pypy2_0 --python_single_target_pypy2_0 # Michał Górny <mgorny@gentoo.org> (4 May 2013) # Unmask systemd since it is keyworded here. diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 7e1cdfc8f9b8..015ab43a12e3 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/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/x86/use.stable.mask,v 1.2 2014/03/30 21:38:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.3 2014/04/08 23:41:43 floppym Exp $ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask @@ -9,8 +9,6 @@ # PyPy is unstable on this arch. python_targets_pypy python_single_target_pypy -python_targets_pypy2_0 -python_single_target_pypy2_0 # Andrey Grozin <grozin@gentoo.org> (19 Mar 2014) # there is no stable dev-lisp/gcl |