summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 18:37:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 18:37:02 +0200
commit93d3bde5b16818bb3b66d7b6745d991aca403614 (patch)
treedbd88be474ca7348dd61c5b7362be6619900e13d
parent84150c82a41f1b367de38d62940593e81190a7dc (diff)
downloadpackages-93d3bde5b16818bb3b66d7b6745d991aca403614.tar.xz
extra/qt5-tools: disable dependency on qt5-webkit on i486
-rw-r--r--blacklist/i486/rust/qt5-tools2
-rw-r--r--extra/qt5-tools/PKGBUILD4
2 files changed, 4 insertions, 2 deletions
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