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:
waddlesplash
2021-09-15 15:40:18 -04:00
committed by GitHub
parent 091aa2623d
commit 4f180bdb94
2509 changed files with 2619 additions and 2619 deletions

View File

@@ -19,7 +19,7 @@ REVISION="1"
SOURCE_URI="https://people.freedesktop.org/~anarsoul/libfprint-$portVersion.tar.xz"
CHECKSUM_SHA256="863eee8cf4cbc56776cf08e5b98e30e130f3394b6db95bf8e01addb6bf08f1f3"
ARCHITECTURES="?x86_gcc2 x86_64"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -8,7 +8,7 @@ REVISION="6"
SOURCE_URI="https://developers.yubico.com/yubico-c/Releases/libyubikey-$portVersion.tar.gz"
CHECKSUM_SHA256="04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401"
ARCHITECTURES="!x86_gcc2 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -8,7 +8,7 @@ REVISION="4"
SOURCE_URI="http://downloads.sf.net/openpam/openpam-$portVersion.tar.gz"
CHECKSUM_SHA256="22f65222e9faf5729ee5d2db7796d81f95df1a54b03e89ae4713c85e939be85f"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -9,7 +9,7 @@ SOURCE_URI="https://developers.yubico.com/yubico-pam/Releases/pam_yubico-$portVe
CHECKSUM_SHA256="0326ff676e2b32ed1dda7fb5f1358a22d629d71caad8f8db52138bbf3e95e82d"
SOURCE_DIR="pam_yubico-$portVersion"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -8,7 +8,7 @@ REVISION="3"
SOURCE_URI="https://developers.yubico.com/yubico-c-client/Releases/ykclient-$portVersion.tar.gz"
CHECKSUM_SHA256="f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -10,7 +10,7 @@ CHECKSUM_SHA256="0ec84d0ea862f45a7d85a1a3afe5e60b8da42df211bb7d27a50f486e31a79b9
# patch taken from Arch Linux
PATCHES="0001-fix-boolean-value-with-json-c-0.14.patch"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="$portVersion"