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

@@ -11,7 +11,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/patch/patch-$portVersion.tar.gz
CHECKSUM_SHA256="7436f5a19f93c3ca83153ce9c5cbe4847e97c5d956e57a220121e741f6e7968f"
PATCHES="patch-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
ARCHITECTURES="all"
PROVIDES="
patch = $portVersion

View File

@@ -11,7 +11,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/patch/patch-$portVersion.tar.xz
CHECKSUM_SHA256="ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd"
PATCHES="patch-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm sparc m68k arm64 riscv64"
ARCHITECTURES="all !x86_gcc2"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi