mgorny 14/09/06 10:31:59 Modified: python_single_target.desc python_targets.desc Log: Wipe out references to removed Python targets.
Revision Changes Path 1.10 profiles/desc/python_single_target.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?r1=1.9&r2=1.10 Index: python_single_target.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python_single_target.desc 6 Sep 2014 10:28:34 -0000 1.9 +++ python_single_target.desc 6 Sep 2014 10:31:59 -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/desc/python_single_target.desc,v 1.9 2014/09/06 10:28:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.10 2014/09/06 10:31:59 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -10,5 +10,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 pypy - Build for PyPy (Python 2 branch) only 1.13 profiles/desc/python_targets.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?r1=1.12&r2=1.13 Index: python_targets.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python_targets.desc 6 Sep 2014 10:28:34 -0000 1.12 +++ python_targets.desc 6 Sep 2014 10:31:59 -0000 1.13 @@ -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.12 2014/09/06 10:28:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.13 2014/09/06 10:31:59 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -10,5 +10,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 pypy - Build with PyPy (Python 2 branch)
