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 @@ REVISION="3"
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
CHECKSUM_SHA256="412538bb65c799ac98e17e8cfcdacbb257a57362acfaaff254b0fcae970126d2"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -17,7 +17,7 @@ REVISION="1"
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.xz"
CHECKSUM_SHA256="a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="19.1.0"

View File

@@ -18,7 +18,7 @@ REVISION="1"
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.xz"
CHECKSUM_SHA256="777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a54960"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="21.0.0"