index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/sysprof/PKGBUILD | 6 |
diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD index b4aea859..8913c6eb 100644 --- a/extra/sysprof/PKGBUILD +++ b/extra/sysprof/PKGBUILD @@ -3,3 +3,9 @@ if [ "$CARCH" = 'i486' ]; then depends=(${depends[@]//polkit/}) depends+=(polkit-duktape) fi + +# for now we have issues in sparql (which therefore is still linked +# against icu69 on i486) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(icu69) +fi |