commit: ee065e4e5aecce0f7c7d52c123d47c1309701192 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Aug 31 13:42:06 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 14:23:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee065e4e
profiles: enable python_targets_python3_5 by default in dev-python/kdevelop-python python_targets_python3_5 is not currently globally enabled by default, so enabling it here avoids requiring the user to do so manually. profiles/base/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 7087755..ed40ed0 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michael Palimaka <[email protected]> (31 Aug 2016) +dev-python/kdevelop-python:5 python_targets_python3_5 + # Justin Lecher <[email protected]> (08 Dec 2015) # Only py3 and single target supported app-backup/backintime python_single_target_python3_4
