python3: mark as broken again on x86_gcc2.

This commit is contained in:
Jérôme Duval
2017-02-08 08:14:05 +01:00
committed by GitHub
parent 0d54cb37c1
commit 5f88e141d3

View File

@@ -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"