From 1f500675cbca1419bc3a8f8acb60541f5f0fa737 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 11 Sep 2015 18:07:28 -0400 Subject: [PATCH] python3: Add x86 as supported arch. --- dev-lang/python/python3-3.4.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3-3.4.3.recipe b/dev-lang/python/python3-3.4.3.recipe index 5a1a18a4b..99792b696 100644 --- a/dev-lang/python/python3-3.4.3.recipe +++ b/dev-lang/python/python3-3.4.3.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="b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8" REVISION="1" -ARCHITECTURES="!x86_gcc2 !x86 x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" PATCHES="python3-$portVersion.patchset"