Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-07-23 19:23:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-07-23 19:23:46 +0200
commita399232ccf67c8dfc981bcd294607c1874c1815b (patch)
tree303c4bfdc065f1992ae3a0aa4f53230a3420c65c /core
parenta3d5a60d1e109943a8cd1114fef04f04d2b19f3b (diff)
core/gettext: remove icu70 makedepends for i486 again
Diffstat (limited to 'core')
-rw-r--r--core/gettext/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index c5eda372..293168a4 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -5,8 +5,3 @@ eval "$(
s/make check/make check || true/
'
)"
-
-# temporary, till emacs/librsvg-og is ok again
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=(icu70)
-fi