diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-16 08:25:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-16 08:25:13 +0000 |
commit | 6afe1344c7548cc554bb1a08fd6407349267e69b (patch) | |
tree | 7e1add3364237685da11f5c624c648c1336b4c38 /profiles/desc | |
parent | Mask new PyPy flags. (diff) | |
download | gentoo-2-6afe1344c7548cc554bb1a08fd6407349267e69b.tar.gz gentoo-2-6afe1344c7548cc554bb1a08fd6407349267e69b.tar.bz2 gentoo-2-6afe1344c7548cc554bb1a08fd6407349267e69b.zip |
Update PyPy flag descriptions.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 4 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index f10f8582e622..fdec5dd768b1 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -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/desc/python_single_target.desc,v 1.7 2014/02/17 17:26:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.8 2014/03/16 08:25:13 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -12,4 +12,4 @@ python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only pypy2_0 - Build for PyPy 2.0 only -pypy2_1 - Build for PyPy 2.1 only +pypy - Build for PyPy (Python 2 branch) only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index da216897ac96..366783e9aa8f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ -# 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/desc/python_targets.desc,v 1.10 2013/09/05 10:09:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.11 2014/03/16 08:25:13 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -12,4 +12,4 @@ python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy2_0 - Build with PyPy 2.0 -pypy2_1 - Build with PyPy 2.1 +pypy - Build with PyPy (Python 2 branch) |