diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-28 11:51:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-28 17:43:16 +0100 |
commit | b62ce3f69b25033f2393d438e756d26852c81b28 (patch) | |
tree | c64f65c0b4481a47aec9f3eef703c47aaa6f1ea2 /profiles/base/package.use | |
parent | dev-lang/php: Version bump to 7.1.12 (diff) | |
download | gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.tar.gz gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.tar.bz2 gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.zip |
profiles: Switch default PYTHON_TARGET to Python 3.5
Closes: https://github.com/gentoo/gentoo/pull/6330
Diffstat (limited to 'profiles/base/package.use')
-rw-r--r-- | profiles/base/package.use | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index b21593100fb3..a931d7a05160 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -2,13 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # David Seifert <soap@gentoo.org> (17 Apr 2017) -# Only python 3.5 supported -kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5 -dev-python/pygcrypt python_targets_python3_5 -dev-python/uvloop python_targets_python3_5 -media-gfx/blender python_targets_python3_5 - -# David Seifert <soap@gentoo.org> (17 Apr 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 |