summaryrefslogtreecommitdiff
path: root/community/octave
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 14:15:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 14:15:04 +0200
commit83e6ac615c73705895f660a4068a471dfee1cc8f (patch)
tree56490cd262e17434fcf71ad87946b15edf0b8134 /community/octave
parentbf4072573f3135b23f2cc89ba26739aa22be88a9 (diff)
downloadpackages-83e6ac615c73705895f660a4068a471dfee1cc8f.tar.xz
community/octave: no qtscintilla on i486
Diffstat (limited to 'community/octave')
-rw-r--r--community/octave/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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