index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-23 14:45:39 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-23 14:45:39 +0200 |
commit | a3d5a60d1e109943a8cd1114fef04f04d2b19f3b (patch) | |
tree | 9b63d3a8471a3374fc6b90795f26b20c943869b3 /core/gettext | |
parent | eba5d84d70f3760981c19a207352597cc10430d2 (diff) |
-rw-r--r-- | core/gettext/PKGBUILD | 4 |
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 |