From 83e6ac615c73705895f660a4068a471dfee1cc8f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 11 Jun 2021 14:15:04 +0200 Subject: community/octave: no qtscintilla on i486 --- community/octave/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/octave/PKGBUILD (limited to 'community') diff --git a/community/octave/PKGBUILD b/community/octave/PKGBUILD new file mode 100644 index 00000000..406c2a07 --- /dev/null +++ b/community/octave/PKGBUILD @@ -0,0 +1,4 @@ +# qscintilla needs a qt5/qt6 split first, so build without qscintilla on i486 for now +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//qscintilla-qt5/}) +fi -- cgit v1.2.3