index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | blacklist/i486/rust/qt5-tools | 2 | ||||
-rw-r--r-- | extra/qt5-tools/PKGBUILD | 4 |
diff --git a/blacklist/i486/rust/qt5-tools b/blacklist/i486/rust/qt5-tools deleted file mode 100644 index 28e71a2c..00000000 --- a/blacklist/i486/rust/qt5-tools +++ /dev/null @@ -1,2 +0,0 @@ -blocked by qt5-base -blocked by qt5-webkit diff --git a/extra/qt5-tools/PKGBUILD b/extra/qt5-tools/PKGBUILD new file mode 100644 index 00000000..dfcc0a4a --- /dev/null +++ b/extra/qt5-tools/PKGBUILD @@ -0,0 +1,4 @@ +# break cycle on i486 with qt5-webkit +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//qt5-webkit/}) +fi |