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

@@ -31,7 +31,7 @@ if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
"
fi
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
ARCHITECTURES="all"
PROVIDES="
coreutils = $portVersion compat >= 8

View File

@@ -23,7 +23,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/coreutils/coreutils-$portVersion.tar.xz
CHECKSUM_SHA256="92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e"
PATCHES="coreutils-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64 ?arm sparc m68k"
ARCHITECTURES="all ?x86_gcc2 ?x86 ?arm"
binVersionCompat="$portVersion compat >= ${portVersion%%.*}"
PROVIDES="