From 5f88e141d37b7bcc99284e856a9645188792bd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 8 Feb 2017 08:14:05 +0100 Subject: [PATCH] python3: mark as broken again on x86_gcc2. --- dev-lang/python/python3-3.5.2.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3-3.5.2.recipe b/dev-lang/python/python3-3.5.2.recipe index 3186484ca..b3a76c615 100644 --- a/dev-lang/python/python3-3.5.2.recipe +++ b/dev-lang/python/python3-3.5.2.recipe @@ -14,7 +14,7 @@ COPYRIGHT="1990-2015, Python Software Foundation" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" CHECKSUM_SHA256="0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40" REVISION="1" -ARCHITECTURES="x86 x86_64 x86_gcc2" +ARCHITECTURES="x86 x86_64 !x86_gcc2" SECONDARY_ARCHITECTURES="!x86" PATCHES="python3-$portVersion.patchset"