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

@@ -10,7 +10,7 @@ SOURCE_URI="https://github.com/cronie-crond/cronie/archive/cronie-$portVersion.t
CHECKSUM_SHA256="14701a1b952d3cf730ac73db626a6becd049c2d44dde43cd53e00643c573e0b6"
SOURCE_DIR="cronie-cronie-$portVersion"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
ARCHITECTURES="all ?x86_gcc2 ?x86"
SECONDARY_ARCHITECTURES="?x86"
PROVIDES="

View File

@@ -14,7 +14,7 @@ if [ "$effectiveTargetArchitecture" = x86_gcc2 ]; then
PATCHES="cronie-$portVersion.patchset"
fi
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -12,7 +12,7 @@ CHECKSUM_SHA256="e3e8f9362b82c74427522e82501b47696945251035b35282f9ee4bc53399622
#SOURCE_DIR="psutil-release-$portVersion"
#PATCHES="psutil-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -9,7 +9,7 @@ SOURCE_URI="https://github.com/hishamhm/htop/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="1e93e6743dddad254fac2ad0d83b00a82173c75ecbd6ef6f7d55da690eb64b92"
PATCHES="htop-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86_64"
ARCHITECTURES="?all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -28,7 +28,7 @@ SOURCE_DIR="parallel-${portVersion//./}"
CHECKSUM_SHA256="4bdebf91cc39ea54dec384ad475463cb7c2758fda2ae4a30111e7cfdb3c85530"
PATCHES="parallel-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="all"
PROVIDES="
parallel = $portVersion