mgorny 14/11/06 15:08:02 Modified: python_single_target.desc python_targets.desc Log: Describe flags for PyPy3.
Revision Changes Path 1.11 profiles/desc/python_single_target.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?r1=1.10&r2=1.11 Index: python_single_target.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python_single_target.desc 6 Sep 2014 10:31:59 -0000 1.10 +++ python_single_target.desc 6 Nov 2014 15:08:02 -0000 1.11 @@ -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.10 2014/09/06 10:31:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.11 2014/11/06 15:08:02 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -10,4 +10,5 @@ python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only -pypy - Build for PyPy (Python 2 branch) only +pypy - Build for PyPy only +pypy3 - Build for PyPy3 only 1.15 profiles/desc/python_targets.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?r1=1.14&r2=1.15 Index: python_targets.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python_targets.desc 11 Sep 2014 22:47:15 -0000 1.14 +++ python_targets.desc 6 Nov 2014 15:08:02 -0000 1.15 @@ -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_targets.desc,v 1.14 2014/09/11 22:47:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.15 2014/11/06 15:08:02 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -12,4 +12,5 @@ jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy2_0 - Build with PyPy 2.0 (removed) -pypy - Build with PyPy (Python 2 branch) +pypy - Build with PyPy +pypy3 - Build with PyPy3
