diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-14 23:28:58 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:40:44 +0000 |
commit | 0afb0e05fb4cc51d91edd19d63e305d57d98d10c (patch) | |
tree | 1b37b88a041ed4f2b542a862c25e1da1ccc400ab /main/db | |
parent | 9e62c347c7516dcf498ced692df6e08966b65223 (diff) | |
download | aports-0afb0e05fb4cc51d91edd19d63e305d57d98d10c.tar.bz2 aports-0afb0e05fb4cc51d91edd19d63e305d57d98d10c.tar.xz |
main/db: mark as not having test suite
Diffstat (limited to 'main/db')
-rw-r--r-- | main/db/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/db/APKBUILD b/main/db/APKBUILD index f39e51c868..0b122644a3 100644 --- a/main/db/APKBUILD +++ b/main/db/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="The Berkeley DB embedded database system" url="http://www.oracle.com/technology/software/products/berkeley-db/index.html" arch="all" license="custom" +options="!check" # "check target not available" depends= makedepends= subpackages="$pkgname-dev $pkgname-doc $pkgname-utils $pkgname-c++:cxx" |