From: Andreas Sturmlechner Date: Mon, 31 Dec 2018 23:32:17 +0000 (+0100) Subject: net-analyzer/openvas-cli: EAPI-7 bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a3a114d11530dc0001b601e99eb11b4ee584d1db;p=gentoo.git net-analyzer/openvas-cli: EAPI-7 bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- 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}