commit: 5dcbe928749a2d28c9c4ac2b173f3ea21aedcca5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 23:54:08 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 00:11:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcbe928
profiles: Add python3_5 default for dev-util/kdevelop-python profiles/base/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index bc1f9060192..a83009331ac 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 <[email protected]> (23 Mar 2017) +# Only >=python3_5 supported +dev-util/kdevelop-python python_single_target_python3_5 + # Michael Palimaka <[email protected]> (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 <[email protected]> (22 Oct 2016) # Only python3 supported dev-libs/libixion python_single_target_python3_4 dev-libs/liborcus python_single_target_python3_4
