aboutsummaryrefslogtreecommitdiffstats
path: root/community/biber/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/biber/APKBUILD')
-rw-r--r--community/biber/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD
index 998b661c750..fd01c3fe470 100644
--- a/community/biber/APKBUILD
+++ b/community/biber/APKBUILD
@@ -30,7 +30,7 @@ options="!check" # test failures on latest perl
prepare() {
default_prepare
# Disable long year tests on 32 bit
- case "$CARCH" in arm*|mips|mipsel*|x86)
+ case "$CARCH" in arm*|x86)
sed -i '/17000002/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' t/dateformats.t
;;
esac