summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-15 18:17:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-15 18:17:19 +0200
commitfcd57b669d7403903a3643ea03c576a04a49483b (patch)
tree237d34996ef8cdb797f03850cce77f8888aaa5fd /community
parent02e911335d4ecd52a672448fee9ba5b2bbb1181a (diff)
downloadpackages-fcd57b669d7403903a3643ea03c576a04a49483b.tar.xz
community/vtk: removed gnuplot cycle breaking on i486
Diffstat (limited to 'community')
-rw-r--r--community/vtk/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD
index e301368f..7f6e25a1 100644
--- a/community/vtk/PKGBUILD
+++ b/community/vtk/PKGBUILD
@@ -1,8 +1,3 @@
-# break cycle with gnuplot on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//gnuplot/})
-fi
-
# no python-matplotlib on i486
if [ "$CARCH" = 'i486' ]; then
makedepends=(${makedepends[@]//python-matplotlib/})