diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-23 00:54:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-23 01:11:25 +0100 |
commit | 5dcbe928749a2d28c9c4ac2b173f3ea21aedcca5 (patch) | |
tree | f79ce5306aa0d088f330102d77ed89fa7d60ffd5 /profiles/base | |
parent | profiles: Add kde-apps/cantor[julia] to package.use.stable.mask (diff) | |
download | gentoo-5dcbe928749a2d28c9c4ac2b173f3ea21aedcca5.tar.gz gentoo-5dcbe928749a2d28c9c4ac2b173f3ea21aedcca5.tar.bz2 gentoo-5dcbe928749a2d28c9c4ac2b173f3ea21aedcca5.zip |
profiles: Add python3_5 default for dev-util/kdevelop-python
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index bc1f90601920..a83009331ac6 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2017) +# Only >=python3_5 supported +dev-util/kdevelop-python python_single_target_python3_5 + # Michael Palimaka <kensington@gentoo.org> (19 Mar 2017) # only python 3 is supported app-editors/gedit-plugins python_single_target_python3_4 @@ -14,6 +18,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 +# Andreas Sturmlechner <asturm@gentoo.org> (22 Oct 2016) # Only python3 supported dev-libs/libixion python_single_target_python3_4 dev-libs/liborcus python_single_target_python3_4 |