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

@@ -15,7 +15,7 @@ SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="054c0394572aa7e4c485e7f018544bc2431eaf12d6d64e0a578d5061d1cf00eb"
SOURCE_DIR="BeLocalized-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
ARCHITECTURES="?all x86_gcc2 x86"
PROVIDES="
catkeyseditor = $portVersion

View File

@@ -15,7 +15,7 @@ SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="894eab6f25b6f67afadea018b4ab9508af927cc7ddd349b4a924bc3ba832b6f6"
SOURCE_DIR="BeLocalized-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="all"
PROVIDES="
catkeyseditor = $portVersion

View File

@@ -15,7 +15,7 @@ SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="dc80286e6737cffb31df1bf0752896cdc561f1c0bfb5f5015cd0fd218d6ee9ca"
SOURCE_DIR="BeLocalized-$srcGitRev"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
ARCHITECTURES="all ?x86"
PROVIDES="
catkeyseditor = $portVersion