mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
nmap-vulners: stable
This commit is contained in:
parent
d7c400b989
commit
8949554262
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue