mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -31,7 +31,7 @@ if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
|
||||
"
|
||||
fi
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
coreutils = $portVersion compat >= 8
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user