mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
nmap_vulscan: remove nmap[lua], pull #90
This commit is contained in:
parent
86b193c8e4
commit
dfecfa248b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ SLOT="0"
|
|||
KEYWORDS="amd64 x86 arm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="|| ( net-analyzer/nmap[lua] net-analyzer/nmap[nse] )"
|
||||
RDEPEND="net-analyzer/nmap[nse]"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
Loading…
Reference in a new issue