python3: Add x86 as supported arch.

This commit is contained in:
Rene Gollent
2015-09-11 18:07:28 -04:00
parent 8515bd4b95
commit 1f500675cb

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