From cbd32e326d5bb3d408841b5bb32c1c51cd7be463 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:24:42 +0100 Subject: dev-util/coverity: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- dev-util/coverity/coverity-2017.07.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/coverity/coverity-2017.07.ebuild b/dev-util/coverity/coverity-2017.07.ebuild index e12c9dfc..d8a37056 100644 --- a/dev-util/coverity/coverity-2017.07.ebuild +++ b/dev-util/coverity/coverity-2017.07.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Coverity provides the results of analysis on open source coding projects" HOMEPAGE="https://www.coverity.com" @@ -18,9 +18,6 @@ for _l in ${L10N} ; do IUSE="${IUSE} l10n_${_l}" done -DEPEND="" -RDEPEND="${DEPEND}" - RESTRICT="fetch mirror bindist" QA_PREBUILT="opt/coverity/bin/*" -- cgit v1.2.3