mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 17:50:06 +02:00
Add x86_64 as supported architecture to ports required by Haiku.
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="1990-2012, Python Software Foundation"
|
||||
SRC_URI="http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tar.bz2"
|
||||
CHECKSUM_MD5="c6e0420a21d8b23dee8b0195c9b9a125"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="python-2.6.8.patch"
|
||||
|
||||
@@ -96,6 +96,6 @@ TEST()
|
||||
cd Lib/test
|
||||
rm test_asynchat.py # this one stalls, so skip it for now
|
||||
rm test_multiprocessing.py # this one stalls, so skip it for now
|
||||
|
||||
|
||||
python regrtest.py
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user