Accepting request 898450 from GNOME:Next

- gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports
  powerpc64 and powerpc64le: accept those strings as 64bit archs.

OBS-URL: https://build.opensuse.org/request/show/898450
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=222
This commit is contained in:
Dominique Leuenberger 2021-06-08 16:18:35 +00:00 committed by Git OBS Bridge
parent 28bf735574
commit e797f77a05
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>