diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-27 20:09:33 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-27 21:33:25 -0400 |
commit | 1ec8826fd3c17a49b89901d62d4271c8f192f133 (patch) | |
tree | e7fc9512f57bc17a128b66d11c5bad6bbca6bb1b /profiles/desc | |
parent | python-utils-r1.eclass: drop support for python3_3 (diff) | |
download | gentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.tar.gz gentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.tar.bz2 gentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.zip |
profiles: drop python3_3
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 79712ba6c8ce..958bf51afb88 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -5,7 +5,6 @@ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. python2_7 - Build for Python 2.7 only -python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only python3_5 - Build for Python 3.5 only jython2_7 - Build for Jython 2.7 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 3ea63cafef01..7369964e7129 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -5,7 +5,6 @@ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. python2_7 - Build with Python 2.7 -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 |