summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-06-21 10:10:30 +0200
committerFabian Groffen <grobian@gentoo.org>2017-06-21 10:10:39 +0200
commit308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e (patch)
treefef351d8260d7430e1f7181fb4dd951e7baf0ae1 /profiles/prefix/make.defaults
parentnet-im/mcabber: version bump (greetings to Sarah Salzstein) (diff)
downloadgentoo-308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.tar.gz
gentoo-308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.tar.bz2
gentoo-308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.zip
profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4
Diffstat (limited to 'profiles/prefix/make.defaults')
-rw-r--r--profiles/prefix/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 3a50bb6258d7..6fdc23675182 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -13,4 +13,5 @@ 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="python2_7 python3_5"
+PYTHON_TARGETS="python2_7 -python3_4 python3_5"
+PYTHON_SINGLE_TARGET="-python3_4 python3_5"