From a3d5a60d1e109943a8cd1114fef04f04d2b19f3b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 23 Jul 2022 14:45:39 +0200 Subject: core/gettext: added icu70 to i486 temporarily --- core/gettext/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/gettext') diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD index 4149aa2d..c5eda372 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -6,3 +6,7 @@ eval "$( ' )" +# temporary, till emacs/librsvg-og is ok again +if [ "${CARCH}" = "i486" ]; then + makedepends+=(icu70) +fi -- cgit v1.2.3-54-g00ecf