commit: cdbc4c79f5a532789a446c58564ba45408e4e84b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 15:30:22 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 16:30:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc4c79
profiles/desc: Remove old Python target descriptions profiles/desc/python_single_target.desc | 3 +-- profiles/desc/python_targets.desc | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 596bb5c..79712ba 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. python2_7 - Build for Python 2.7 only -python3_2 - Build for Python 3.2 only (deprecated) python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only python3_5 - Build for Python 3.5 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 6e1610f..3ea63ca 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,16 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python2_6 - Build with Python 2.6 (removed) python2_7 - Build with Python 2.7 -python3_2 - Build with Python 3.2 (deprecated) python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.4 python3_5 - Build with Python 3.5 jython2_7 - Build with Jython 2.7 -pypy2_0 - Build with PyPy 2.0 (removed) pypy - Build with PyPy pypy3 - Build with PyPy3
