index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-12-10 10:42:26 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-12-10 10:42:26 +0100 |
commit | 76a5999ee024cc301c14a19f2cb3ea2b671e5848 (patch) | |
tree | ad9297d96aafe29ab35d1e97e80bc23e2de4f7fb /extra/sysprof/PKGBUILD | |
parent | c32973387ed8227298014cb7ea31c4e56b353183 (diff) |
-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 |