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.
This commit is contained in:
Adrien Destugues
2014-07-13 08:48:40 +02:00
parent ca546eeb3d
commit 39a04ed6c6

View File

@@ -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"