diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-05-10 15:29:09 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-05-10 15:29:31 +0200 |
| commit | 90d56326f2265119baa9bfabe0cdd547223416bb (patch) | |
| tree | 646d9a23f835bba13fd36fcf96d930b7d6400f10 /testing | |
| parent | 22ba05ceaa02f09567b81f6dc2a25be3ab48a1a8 (diff) | |
| download | aports-90d56326f2265119baa9bfabe0cdd547223416bb.tar.bz2 aports-90d56326f2265119baa9bfabe0cdd547223416bb.tar.xz | |
testing/asymptote: disable on mips64
Dependency texlive is not available on mips64.
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/asymptote/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD index 24e8318528..f8d71d3f97 100644 --- a/testing/asymptote/APKBUILD +++ b/testing/asymptote/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.65 pkgrel=0 pkgdesc="A vector graphics language for technical drawing" url="http://asymptote.sourceforge.net/" -arch="all" +arch="all !mips64" # blocked by texlive license="GPL-3.0-only" depends="texlive texlive-dvi ghostscript" ### Optional dependencies |
