diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-22 18:42:03 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-22 18:42:03 +0000 |
commit | d3b86cd8367956d12730a6b0ef17312fcf040a2c (patch) | |
tree | a415bd8e869f17a8dc59a053f867335e19ff1023 /user | |
parent | ea39f91f170185e3931d50517ca2deef5e34e2dc (diff) | |
download | packages-d3b86cd8367956d12730a6b0ef17312fcf040a2c.tar.gz packages-d3b86cd8367956d12730a6b0ef17312fcf040a2c.tar.bz2 packages-d3b86cd8367956d12730a6b0ef17312fcf040a2c.tar.xz packages-d3b86cd8367956d12730a6b0ef17312fcf040a2c.zip |
user/enchant: disable test suite for now
Diffstat (limited to 'user')
-rw-r--r-- | user/enchant/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/enchant/APKBUILD b/user/enchant/APKBUILD index f2ddc1c65..57b0bf6c1 100644 --- a/user/enchant/APKBUILD +++ b/user/enchant/APKBUILD @@ -5,6 +5,7 @@ pkgrel=0 pkgdesc="A wrapper library for generic spell checking" url="https://abiword.github.io/enchant/" arch="all" +options="!check" # Requires dictionary that it can't find license="LGPL-2.0+" subpackages="$pkgname-dev $pkgname-doc" depends="" |