mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 09:40:05 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user