diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-08-03 10:33:17 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-08-03 10:33:17 -0600 |
commit | b524717e84c69687c97c979dad2bb5aa54172122 (patch) | |
tree | fb10b103cc37f75d5d78f102694164030e773310 | |
parent | 3185d77d2e282e7c58352d582a7ac74ed60dfb4c (diff) | |
download | aports-b524717e84c69687c97c979dad2bb5aa54172122.tar.gz aports-b524717e84c69687c97c979dad2bb5aa54172122.tar.bz2 aports-b524717e84c69687c97c979dad2bb5aa54172122.tar.xz |
community/octave: disable on mips64, missing openjdk8
-rw-r--r-- | community/octave/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/octave/APKBUILD b/community/octave/APKBUILD index 7782cdf844..899911d999 100644 --- a/community/octave/APKBUILD +++ b/community/octave/APKBUILD @@ -7,8 +7,8 @@ pkgrel=1 pkgdesc="A high-level language, primarily intended for numerical computations" url="https://www.gnu.org/software/octave/" # s390x missing texlive -# missing openjdk8 on riscv64 -arch="all !s390x !riscv64" +# missing openjdk8 on riscv64 and mips64 +arch="all !s390x !riscv64 !mips64" license="GPL-3.0-or-later" subpackages="$pkgname-dev $pkgname-doc" |