summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 21:30:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 21:30:42 +0200
commitd4407b25b2f97a22c13851ab61a40725d1d5a137 (patch)
treeab28474d1b1e53c58492812541210751829e8cbd /extra
parent704e46d393cffa7e42be6b8b80e54b1472e48e94 (diff)
downloadpackages-d4407b25b2f97a22c13851ab61a40725d1d5a137.tar.xz
extra/graphviz: removed cycle breakers on i486 for gtk2, qt5 and mono
Diffstat (limited to 'extra')
-rw-r--r--extra/graphviz/PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
deleted file mode 100644
index 49fc803e..00000000
--- a/extra/graphviz/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# break cycle with mono, qt and gtk2 on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//mono/})
- makedepends=(${makedepends[@]//qt5-base/})
- makedepends=(${makedepends[@]//gtk2/})
-fi
-