Python 3.5: mark as working on x86_gcc2.

It seems to work just fine, why was it marked broken?
This commit is contained in:
Adrien Destugues
2016-03-06 18:48:33 +01:00
parent c671668eeb
commit a7613f20d0

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="c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
REVISION="1"
ARCHITECTURES="x86 x86_64"
ARCHITECTURES="x86 x86_64 x86_gcc2"
SECONDARY_ARCHITECTURES="!x86"
PATCHES="python3-$portVersion.patchset"