summaryrefslogtreecommitdiff
path: root/extra/qt5-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qt5-tools/PKGBUILD')
-rw-r--r--extra/qt5-tools/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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