mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/zmap: sync live ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17580 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
a020609ad2
commit
357c31abce
@@ -1,18 +1,16 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils fcaps git-r3
|
||||
inherit cmake fcaps git-r3
|
||||
|
||||
DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
|
||||
HOMEPAGE="https://zmap.io/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/zmap/zmap.git"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS=""
|
||||
SLOT="0"
|
||||
IUSE="redis"
|
||||
|
||||
RDEPEND="
|
||||
@@ -32,7 +30,7 @@ src_configure() {
|
||||
-DWITH_WERROR=OFF
|
||||
-DWITH_REDIS="$(usex redis)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
FILECAPS=( cap_net_raw=ep usr/sbin/zmap )
|
||||
|
||||
Reference in New Issue
Block a user