diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-12 02:08:30 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:40:43 +0000 |
commit | 31646b5c23ab5f4e55bccddd23967a40394cff83 (patch) | |
tree | dcabbe6ce4354b0426344f07d16e46a7c376c5eb /main/libcap | |
parent | c973387777797c2a8a0da5e1d0d335cd887a4235 (diff) | |
download | aports-31646b5c23ab5f4e55bccddd23967a40394cff83.tar.bz2 aports-31646b5c23ab5f4e55bccddd23967a40394cff83.tar.xz |
main/libcap: mark as not having test suite
Diffstat (limited to 'main/libcap')
-rw-r--r-- | main/libcap/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libcap/APKBUILD b/main/libcap/APKBUILD index d6bcfd75ab..aa989e4785 100644 --- a/main/libcap/APKBUILD +++ b/main/libcap/APKBUILD @@ -6,6 +6,7 @@ pkgdesc="POSIX 1003.1e capabilities" arch="all" license="GPL" url="http://www.friedhoff.org/posixfilecaps.html" +options="!check" depends= depends_dev="linux-headers" makedepends_build="linux-headers perl" |