commit: f75c33c394cc7fbe56d60f8042d44da9db642985 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Jun 5 17:59:59 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Jun 5 17:59:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75c33c3
profiles/prefix: update PYTHON_*TARGET? A bit late in the game, but having two pythons in PYTHON_SINGLE_TARGET results in some interesting fireworks with Portage's depgraphs, so don't. Since we're on 3.7 for a while now, and base is on it too, our life is simpler and we can just drop 2.7 from PYTHON_TARGETS. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/make.defaults | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 1b8aa47aaa5..77e5de43270 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -12,5 +12,4 @@ USE="readline zlib ncurses ssl" # In Prefix, aim for Python 3 only, leaving out 2 to avoid unnecessary # builds # NOTE: Both are incremental variables: Need to drop obsolete base values. -PYTHON_TARGETS="-python2_7 python3_6" -PYTHON_SINGLE_TARGET="python3_6" +PYTHON_TARGETS="-python2_7"
