diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-31 23:42:06 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-01 00:23:26 +1000 |
commit | ee065e4e5aecce0f7c7d52c123d47c1309701192 (patch) | |
tree | e9f7c3a34bf38ceb3d1269581bfa3c529251f3e5 /profiles/base/package.use | |
parent | kde5.eclass: a step close to becoming Turing complete (diff) | |
download | gentoo-ee065e4e5aecce0f7c7d52c123d47c1309701192.tar.gz gentoo-ee065e4e5aecce0f7c7d52c123d47c1309701192.tar.bz2 gentoo-ee065e4e5aecce0f7c7d52c123d47c1309701192.zip |
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.
Diffstat (limited to 'profiles/base/package.use')
-rw-r--r-- | profiles/base/package.use | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 70877551d387..ed40ed0dcea0 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 <kensington@gentoo.org> (31 Aug 2016) +dev-python/kdevelop-python:5 python_targets_python3_5 + # Justin Lecher <jlec@gentoo.org> (08 Dec 2015) # Only py3 and single target supported app-backup/backintime python_single_target_python3_4 |