~alpine/aports

community/biber: skip some tests on 32-bit mips* too v1 PROPOSED

alpine-mips-patches: 1
 community/biber: skip some tests on 32-bit mips* too

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2906/mbox | git am -3
Learn more about email & git

[PATCH] community/biber: skip some tests on 32-bit mips* too Export this patch

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