diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-01 00:32:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-01 00:32:17 +0100 |
commit | a3a114d11530dc0001b601e99eb11b4ee584d1db (patch) | |
tree | 53ba01b49523a518839f2c8dd6e9472763e2ce25 /net-analyzer/openvas-cli | |
parent | sci-physics/sassena: EAPI-7 bump (diff) | |
download | gentoo-a3a114d11530dc0001b601e99eb11b4ee584d1db.tar.gz gentoo-a3a114d11530dc0001b601e99eb11b4ee584d1db.tar.bz2 gentoo-a3a114d11530dc0001b601e99eb11b4ee584d1db.zip |
net-analyzer/openvas-cli: EAPI-7 bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-analyzer/openvas-cli')
-rw-r--r-- | net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild index 726bf0767d7c..4d74bab65036 100644 --- a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild +++ b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild @@ -1,25 +1,26 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit cmake-utils +EAPI=7 DL_ID=2209 +inherit cmake-utils DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)" HOMEPAGE="http://www.openvas.org/" SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" -RDEPEND=" +DEPEND=" >=net-analyzer/openvas-libraries-8.0.4 - !net-analyzer/openvas-client" -DEPEND="${RDEPEND} - virtual/pkgconfig" +" +RDEPEND="${DEPEND} + !net-analyzer/openvas-client +" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}"/${P/_beta/+beta} |