mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +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:
@@ -9,7 +9,7 @@ SOURCE_URI="https://luarocks.org/releases/luarocks-2.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c"
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
luarocks = $portVersion
|
||||
|
||||
@@ -9,7 +9,7 @@ SOURCE_URI="https://luarocks.org/releases/luarocks-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0e1ec34583e1b265e0fbafb64c8bd348705ad403fe85967fd05d3a659f74d2e5"
|
||||
SOURCE_DIR="luarocks-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
|
||||
Reference in New Issue
Block a user