diff options
author | David Seifert <soap@gentoo.org> | 2017-03-18 13:16:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-18 13:22:32 +0100 |
commit | 5cdae5c6835afea07fc1490f05a6575cb7c4d3e5 (patch) | |
tree | 20a1563def9d2d1f120c77653a6875a850ab2e4c /profiles/base | |
parent | app-text/asciidoc: Re-add pypy to PYTHON_COMPAT (diff) | |
download | gentoo-5cdae5c6835afea07fc1490f05a6575cb7c4d3e5.tar.gz gentoo-5cdae5c6835afea07fc1490f05a6575cb7c4d3e5.tar.bz2 gentoo-5cdae5c6835afea07fc1490f05a6575cb7c4d3e5.zip |
profiles: Add +python_single_target_python2_7 to multi-py2 packages
Closes: https://github.com/gentoo/gentoo/pull/4233
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 9f54a258f0ee..47b672e762a7 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,15 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# David Seifert <soap@gentoo.org> (18 Mar 2017) +# These py2-only packages also support pypy, enable +# Python 2.7 as the default implementation, preparing +# for the eventual switch to py3 in PYTHON_SINGLE_TARGET +app-text/asciidoc python_single_target_python2_7 +dev-vcs/git-bz python_single_target_python2_7 +gnome-base/libglade python_single_target_python2_7 +sci-chemistry/pdb-tools python_single_target_python2_7 + # Only python3 supported dev-libs/libixion python_single_target_python3_4 dev-libs/liborcus python_single_target_python3_4 |