diff --git a/gi-find-deps.sh b/gi-find-deps.sh index e798a3c..9a6f646 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -194,7 +194,7 @@ function inList() { return 1 } -x64bitarch="x86_64 ppc64 s390x ia64 aarch64" +x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64" for path in \ $(for tlpath in \ diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 1dab715..a736eb3 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 4 13:13:34 CET 2013 - mls@suse.de + +- gi-find-deps.sh: add ppc64le to x64bitarch list. + ------------------------------------------------------------------- Tue Sep 24 14:45:52 UTC 2013 - dimstar@opensuse.org