diff options
Diffstat (limited to 'dev-util/kcov')
-rw-r--r-- | dev-util/kcov/kcov-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/kcov/kcov-9999.ebuild b/dev-util/kcov/kcov-9999.ebuild index eec056058ef3..bfac1caa27c4 100644 --- a/dev-util/kcov/kcov-9999.ebuild +++ b/dev-util/kcov/kcov-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,6 @@ SLOT="0" if [ "${PV}" -eq 9999 ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/SimonKagstrom/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/SimonKagstrom/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |