# 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/}) fi