index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-22 08:04:25 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-22 08:04:25 +0200 |
commit | 7a6f70f10cd5fa8b120d009806dfa21e307e3f9b (patch) | |
tree | 8f91d1c960bde744920dd7e01cf726e733a5a0f6 /extra/qt5-webkit/PKGBUILD | |
parent | 6ec905939af7af72e0e58053e827b7ad1a3ce607 (diff) |
-rw-r--r-- | extra/qt5-webkit/PKGBUILD | 6 |
diff --git a/extra/qt5-webkit/PKGBUILD b/extra/qt5-webkit/PKGBUILD new file mode 100644 index 00000000..e651867f --- /dev/null +++ b/extra/qt5-webkit/PKGBUILD @@ -0,0 +1,6 @@ +# ruby currently not recognized on i486 +# (TODO: but we cannot disable ruby) +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//ruby/}) +fi + |