diff options
-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/*" |