commit: 2754a3a5b42d26b5b5e884b5b62f484016ba8b84
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 18:43:57 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 18:44:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2754a3a5
profiles/features/prefix/make.defaults: drop python targets override, we've got
all versions
profiles/features/prefix/make.defaults | 3 ---
1 file changed, 3 deletions(-)
diff --git a/profiles/features/prefix/make.defaults
b/profiles/features/prefix/make.defaults
index 7357c5b..4884f1f 100644
--- a/profiles/features/prefix/make.defaults
+++ b/profiles/features/prefix/make.defaults
@@ -18,6 +18,3 @@ FEATURES="${FEATURES} -sandbox"
# this probably already is like this, but we assure that in prefix we
# have a GNU userland
USERLAND="GNU"
-
-# Python 3.4 isn't in prefix yet.
-USE="python_targets_python3_3 -python_targets_python3_4"