From fcd57b669d7403903a3643ea03c576a04a49483b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 15 May 2021 18:17:19 +0200 Subject: community/vtk: removed gnuplot cycle breaking on i486 --- community/vtk/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) (limited to 'community/vtk') 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/}) -- cgit v1.2.3-54-g00ecf