From b5ce707d8bfa64ad51d2f5fded649f021d1562bd Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Mon, 3 Apr 2017 17:36:04 +0200 Subject: profiles/prefix: disable python3_4, we have 3_5 already (#575096) --- profiles/prefix/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/prefix') 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" -- cgit v1.2.3-65-gdbad