commit: 2ee485b882ba65647c6d79948b46b98ed129883d Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 00:56:00 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 00:56:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee485b8
profiles: enable a python target by default for app-editors/gedit-plugins profiles/base/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 47b672e762a..bc1f9060192 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 +# Michael Palimaka <[email protected]> (19 Mar 2017) +# only python 3 is supported +app-editors/gedit-plugins python_single_target_python3_4 + # David Seifert <[email protected]> (18 Mar 2017) # These py2-only packages also support pypy, enable # Python 2.7 as the default implementation, preparing
