Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/gettext
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-10 11:49:30 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-10 11:49:30 +0100
commiteba0ab86bc01e5ea7f4c95a064849936805dcdf4 (patch)
tree344e53270ae8f1259f4e7a0b9ba483faa925e3cb /core/gettext
parent09fe0fd19c3f16a2bd585ebf98a725348cd0a71c (diff)
core/gettext: using icu71 for emacs on i486 temporarily
Diffstat (limited to 'core/gettext')
-rw-r--r--core/gettext/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 293168a4..25166cfa 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -5,3 +5,6 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# icu 71
+makedepends_i486+=(icu71)