index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-15 18:17:19 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-15 18:17:19 +0200 |
commit | fcd57b669d7403903a3643ea03c576a04a49483b (patch) | |
tree | 237d34996ef8cdb797f03850cce77f8888aaa5fd /community | |
parent | 02e911335d4ecd52a672448fee9ba5b2bbb1181a (diff) |
-rw-r--r-- | community/vtk/PKGBUILD | 5 |
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/}) |