mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -14,7 +14,7 @@ SOURCE_URI="https://pypi.io/packages/source/z/zope.interface/zope.interface-$por
|
||||
CHECKSUM_SHA256="8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24"
|
||||
SOURCE_DIR="zope.interface-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
$portName = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user