diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:24:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:06 +0100 |
commit | cbd32e326d5bb3d408841b5bb32c1c51cd7be463 (patch) | |
tree | c44832a77c10d3b0b22fd2b0cef79c32723703a1 | |
parent | flx/fs: move to EAPI 7 (diff) | |
download | portage-cbd32e326d5bb3d408841b5bb32c1c51cd7be463.tar.xz |
dev-util/coverity: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | dev-util/coverity/coverity-2017.07.ebuild | 7 |
1 files 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/*" |