diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
commit | b5a69b97f9d03109eb8fbf12140905c96ceecbbd (patch) | |
tree | 74ed031e1464aa43b215682810e80fabe5f471f1 /community/gvm-libs | |
parent | d6a4eaf6ca65401689aa4765cf3c2042a3fcd89d (diff) | |
download | aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.bz2 aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.xz |
community/*: remove invalid options and modernize
Diffstat (limited to 'community/gvm-libs')
-rw-r--r-- | community/gvm-libs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvm-libs/APKBUILD b/community/gvm-libs/APKBUILD index c00b7d10e4..e389822d90 100644 --- a/community/gvm-libs/APKBUILD +++ b/community/gvm-libs/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Greenbone Vulnerability Management Libraries" url="https://www.openvas.org/" arch="all" license="GPL-2.0-or-later" -options="!nocheck" # test fails: https://github.com/greenbone/gvm-libs/issues/279 +options="!check" # test fails: https://github.com/greenbone/gvm-libs/issues/279 pkgusers="gvm" pkggroups="gvm" install="$pkgname.pre-install" |