From a7613f20d0d2068f8e01c6ea1c024e074ca4dad5 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 6 Mar 2016 18:48:33 +0100 Subject: [PATCH] Python 3.5: mark as working on x86_gcc2. It seems to work just fine, why was it marked broken? --- dev-lang/python/python3-3.5.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3-3.5.1.recipe b/dev-lang/python/python3-3.5.1.recipe index 70e5d275e..95b4e727f 100644 --- a/dev-lang/python/python3-3.5.1.recipe +++ b/dev-lang/python/python3-3.5.1.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="c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9" REVISION="1" -ARCHITECTURES="x86 x86_64" +ARCHITECTURES="x86 x86_64 x86_gcc2" SECONDARY_ARCHITECTURES="!x86" PATCHES="python3-$portVersion.patchset"