Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id AC271781A8A for ; Sun, 11 Aug 2019 14:29:34 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id 286EC4CE73 for ; Sun, 11 Aug 2019 17:29:34 +0300 (MSK) From: alpine-mips-patches Date: Sun, 11 Aug 2019 14:18:58 +0000 Subject: [PATCH] community/biber: skip some tests on 32-bit mips* too To: alpine-aports@lists.alpinelinux.org Message-Id: <20190811142934.286EC4CE73@mx7.valuehost.ru> Just as done on 32-bit arm* and x86. --- community/biber/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD index a467a187c1..7a7b745cbf 100644 --- a/community/biber/APKBUILD +++ b/community/biber/APKBUILD @@ -3,7 +3,7 @@ pkgname=biber # This version should be compatible with Biblatex in testing pkgver=2.12 -pkgrel=1 +pkgrel=2 pkgdesc="Backend processor for BibLaTeX" url="https://github.com/plk/biber" arch="noarch" @@ -36,7 +36,7 @@ prepare() { ;; esac - case "$CARCH" in arm*|x86) + case "$CARCH" in arm*|mips|mipsel*|x86) sed -i -e '7s/47/41/' t/dateformats.t sed -i -e '882s/.*/#&/' t/dateformats.t sed -i -e '883s/.*/#&/' t/dateformats.t -- 2.22.0