Revert "asciidoc: Switch to architecture "any""

This reverts commit 1606e09674.

As Oliver said we might want to support different python version
on different architectures, so we should stick to arch-dependent
for python stuff anyway.
This commit is contained in:
François Revol
2014-07-23 14:52:34 +02:00
parent 4354bfb4a8
commit ab9940f435

View File

@@ -13,7 +13,7 @@ COPYRIGHT="2002-2011 Stuart Rackham"
SRC_URI="http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz"
CHECKSUM_SHA256="ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4"
REVISION="1"
ARCHITECTURES="any"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
asciidoc = $portVersion compat >= 8.6.8
@@ -32,6 +32,8 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:sed
"