diff options
author | Horst G. Burkhardt <horst@adelielinux.org> | 2018-03-24 12:49:46 +0000 |
---|---|---|
committer | Horst G. Burkhardt <horst@adelielinux.org> | 2018-03-24 12:49:46 +0000 |
commit | e7943d2200389ce25601aa72156f838647477596 (patch) | |
tree | f38898cb26c5674cfb0449b0d8f36cab284aff7b | |
parent | fae94c264b3ae18bf16e4767e7d31241513b878b (diff) | |
download | packages-e7943d2200389ce25601aa72156f838647477596.tar.gz packages-e7943d2200389ce25601aa72156f838647477596.tar.bz2 packages-e7943d2200389ce25601aa72156f838647477596.tar.xz packages-e7943d2200389ce25601aa72156f838647477596.zip |
user/minivmac: mark no tests
-rw-r--r-- | user/minivmac/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/minivmac/APKBUILD b/user/minivmac/APKBUILD index fe2617591..53abb9f0d 100644 --- a/user/minivmac/APKBUILD +++ b/user/minivmac/APKBUILD @@ -6,6 +6,7 @@ pkgrel=1 pkgdesc="a simple and accurate emulator of early Macintosh computers" url="http://www.gryphel.com/c/minivmac/" arch="all !s390x" +options="!check" # minivmac does not ship a test suite license="GPL-2.0-only" depends="" makedepends="libx11-dev libxcb-dev libxau-dev libbsd-dev libxdmcp-dev" |