index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |