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:
@@ -8,7 +8,7 @@ REVISION="1"
|
||||
SOURCE_URI="https://salsa.debian.org/minicom-team/minicom/uploads/1d9cf62c488b78029faab88c5fd3727b/minicom-2.7.1.tar.gz"
|
||||
CHECKSUM_SHA256="532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user