mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +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:
@@ -10,7 +10,7 @@ SOURCE_URI="https://github.com/HaikuArchives/BeGet/archive/a170b0e6860c76599ab20
|
||||
CHECKSUM_SHA256="518a1be0dee7cc730db948205fb013034efe1a9e7edb6708f1c8024cc6b08c53"
|
||||
SOURCE_DIR="BeGet-a170b0e6860c76599ab202a1532088cfcec447ad"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
ARCHITECTURES="!all x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
|
||||
Reference in New Issue
Block a user