Remove "untested for PowerPC" from a few recipes

The older versions were removed, so, if the latest version is marked as
untested, there is nothing to build. This allows to run the bootstrap
build a bit further.
This commit is contained in:
PulkoMandy
2024-07-21 16:38:38 +02:00
parent 4d7e13a866
commit 3c0ddaa369
5 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ CHECKSUM_SHA256_2="67d5ab39c5187e1dd0fed60a3fe52794dce9784b4c045cb85e19f5d317fd7
SOURCE_DIR="icu"
PATCHES="icu74-$portVersion.patchset"
ARCHITECTURES="?all !x86_gcc2 ?arm ?sparc ?arm64 ?riscv64 x86_64"
ARCHITECTURES="?all !x86_gcc2 ?arm ?sparc ?arm64 ppc ?riscv64 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="

View File

@@ -14,7 +14,7 @@ SOURCE_URI="https://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
CHECKSUM_SHA256="8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42"
SOURCE_DIR="libpng-$portVersion"
ARCHITECTURES="all ?ppc"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
# define libVersion as xy.z.0 when portVersion is x.y.z.

View File

@@ -14,7 +14,7 @@ SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\
CHECKSUM_SHA256="40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="all ?arm ?ppc"
ARCHITECTURES="all ?arm"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="4.8.0"

View File

@@ -17,7 +17,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/bison/bison-$portVersion.tar.xz
https://ftp.gnu.org/gnu/bison/bison-$portVersion.tar.xz"
CHECKSUM_SHA256="9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2"
ARCHITECTURES="all ?x86_gcc2 ?ppc ?sparc ?m68k"
ARCHITECTURES="all ?x86_gcc2 ?sparc ?m68k"
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
PROVIDES="

View File

@@ -17,7 +17,7 @@ SOURCE_URI="https://zlib.net/fossils/zlib-$portVersion.tar.gz"
CHECKSUM_SHA256="ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
PATCHES="zlib-$portVersion.patchset"
ARCHITECTURES="all ?ppc"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
libVersion="$portVersion"