diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-10-02 14:51:10 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-10-04 09:35:39 -0400 |
commit | 17a1770a50b8a6a69a3d7a9fc3e222124546d750 (patch) | |
tree | 2545bd6cb7bd31d1c69327165a2d2e47b1338978 /profiles | |
parent | dev-libs/softhsm: added new version (diff) | |
download | gentoo-17a1770a50b8a6a69a3d7a9fc3e222124546d750.tar.gz gentoo-17a1770a50b8a6a69a3d7a9fc3e222124546d750.tar.bz2 gentoo-17a1770a50b8a6a69a3d7a9fc3e222124546d750.zip |
profiles/desc: Add use flags for python3.5
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 13da7f054d0b..2eb0801ea338 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -8,6 +8,7 @@ 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 jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only pypy - Build for PyPy only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ff70e6c0c084..3168d918a045 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -9,6 +9,7 @@ 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_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy2_0 - Build with PyPy 2.0 (removed) |