summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2017-04-03 17:36:04 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2017-04-03 17:36:04 +0200
commitb5ce707d8bfa64ad51d2f5fded649f021d1562bd (patch)
tree527ed4dcd75c7e044c100e418b7d40b638ba0155 /profiles/prefix
parentnet-misc/dhcpcd: remove 7.0.0_beta1 per request of the author (diff)
downloadgentoo-b5ce707d8bfa64ad51d2f5fded649f021d1562bd.tar.gz
gentoo-b5ce707d8bfa64ad51d2f5fded649f021d1562bd.tar.bz2
gentoo-b5ce707d8bfa64ad51d2f5fded649f021d1562bd.zip
profiles/prefix: disable python3_4, we have 3_5 already (#575096)
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 80957ae11ba6..25d0d80f4e9b 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -13,4 +13,4 @@ FEATURES="collision-protect"
# Python 3.5 is unmasked for us, build stuff by default, in particular
# for bug #572502 where the default python is set to 3.5 for it was
# built first.
-PYTHON_TARGETS="${PYTHON_TARGETS} python3_5"
+PYTHON_TARGETS="-python3_4 python3_5"