mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10: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:
@@ -12,7 +12,7 @@ SOURCE_URI="https://github.com/rogerbinns/apsw/archive/3.30.1-r1.tar.gz"
|
||||
CHECKSUM_SHA256="5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd"
|
||||
SOURCE_DIR="apsw-3.30.1-r1"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
$portName = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user