diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-24 23:45:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-24 23:45:38 +0100 |
commit | 983f58332c966eec635d907f11cd5b94939e6eb3 (patch) | |
tree | a8616d869e308418c1dc00786655f5f1ae169fe4 /profiles | |
parent | x11-base/xorg-server: Drop glvnd version workaround (diff) | |
download | gentoo-983f58332c966eec635d907f11cd5b94939e6eb3.tar.gz gentoo-983f58332c966eec635d907f11cd5b94939e6eb3.tar.bz2 gentoo-983f58332c966eec635d907f11cd5b94939e6eb3.zip |
profiles/desc: Add python3_8 to PYTHON_SINGLE_TARGET
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index b6813fd288fd..574d99eb6a5b 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -7,6 +7,7 @@ python2_7 - Build for Python 2.7 only python3_5 - Build for Python 3.5 only python3_6 - Build for Python 3.6 only python3_7 - Build for Python 3.7 only +python3_8 - Build for Python 3.8 only jython2_7 - Build for Jython 2.7 only pypy - Build for PyPy only pypy3 - Build for PyPy3 only |