nmap-vulners: stable

This commit is contained in:
Anton Bolshakov 2021-06-23 18:39:01 +08:00
parent d7c400b989
commit 8949554262
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -14,7 +14,7 @@ elif [[ $(ver_cut 3) == "beta" ]]; then
S="${WORKDIR}/${PN}-${MY_PV}"
else
SRC_URI="https://github.com/vulnersCom/nmap-vulners/archive/v${PV}-release.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
S="${WORKDIR}/${P}-release"
fi