Accepting request 898497 from GNOME:Factory

- gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports
  powerpc64 and powerpc64le: accept those strings as 64bit archs. (forwarded request 898450 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/898497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=94
This commit is contained in:
Dominique Leuenberger 2021-06-11 20:30:35 +00:00 committed by Git OBS Bridge
commit ccdb10f9bd
2 changed files with 7 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function inList() {
return 1
}
x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64 riscv64"
x64bitarch="x86_64 ppc64 powerpc64 ppc64le powerpc64le s390x ia64 aarch64 riscv64"
for path in \
$(for tlpath in \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 8 13:38:11 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports
powerpc64 and powerpc64le: accept those strings as 64bit archs.
-------------------------------------------------------------------
Sat Mar 20 07:07:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>