commit: 3c68bd34d70e08dbf38dd7e7dafbcbee79bfde40 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 19:34:16 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 19:34:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c68bd34
profiles: Add python3_5 default for kde-apps/kajongg:5 profiles/base/package.use | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index cf8735ba350..4795831d01c 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (01 Apr 2017) +# Only >=python3_5 supported +kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5 + # Mart Raudsepp <[email protected]> (23 Mar 2017) # Only python3 supported media-sound/gnome-music python_single_target_python3_4 -# Andreas Sturmlechner <[email protected]> (23 Mar 2017) -# Only >=python3_5 supported -dev-util/kdevelop-python:5 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 @@ -37,7 +37,7 @@ sys-devel/clang llvm_targets_BPF sys-devel/llvm llvm_targets_BPF # Michael Palimaka <[email protected]> (31 Aug 2016) -dev-util/kdevelop-python:5 python_targets_python3_5 +dev-util/kdevelop-python:5 python_single_target_python3_5 python_targets_python3_5 # Justin Lecher <[email protected]> (08 Dec 2015) # Only py3 and single target supported
