From 39a04ed6c6892197677af921d7ad2f22a796b193 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 13 Jul 2014 08:48:40 +0200 Subject: [PATCH] Python 2.7: mark as working on x86_gcc2 The recipe works and builds a perfectly working Python. Upgrading the system from Python 2.6 is a problem, but this one can be installed in home and works fine, so this is not a problem with the recipe. --- dev-lang/python/python-2.7.6.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-lang/python/python-2.7.6.recipe b/dev-lang/python/python-2.7.6.recipe index 58437c961..86258d1fa 100644 --- a/dev-lang/python/python-2.7.6.recipe +++ b/dev-lang/python/python-2.7.6.recipe @@ -14,7 +14,7 @@ COPYRIGHT="1990-2012, Python Software Foundation" SRC_URI="https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz" CHECKSUM_SHA256="1fd68e81f8bf7386ff239b7faee9ba387129d2cf34eab13350bd8503a0bff6a1" REVISION="3" -ARCHITECTURES="!x86_gcc2 !x86 x86_64" +ARCHITECTURES="x86_gcc2 !x86 x86_64" PATCHES="python-2.7.6.patchset" @@ -35,7 +35,6 @@ PROVIDES=" " REQUIRES=" haiku >= $haikuVersion - cmd:nano lib:libbz2 lib:libncurses lib:libssl @@ -60,7 +59,6 @@ BUILD_PREREQUIRES=" cmd:ld cmd:libtoolize cmd:make - cmd:nano " SOURCE_DIR="Python-2.7.6"