summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:16:54 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:51 +0000
commit3919c06516452d942cc95a8ae38b3786e904cf42 (patch)
tree90440b7af149f7d61cc10de42686f374681a1676 /sci-libs/ginkgo
parentsci-libs/fcl: fix double KEYWORDS (diff)
downloadgentoo-3919c06516452d942cc95a8ae38b3786e904cf42.tar.gz
gentoo-3919c06516452d942cc95a8ae38b3786e904cf42.tar.bz2
gentoo-3919c06516452d942cc95a8ae38b3786e904cf42.zip
sci-libs/ginkgo: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/ginkgo')
-rw-r--r--sci-libs/ginkgo/ginkgo-1.1.1-r1.ebuild3
-rw-r--r--sci-libs/ginkgo/ginkgo-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/ginkgo/ginkgo-1.1.1-r1.ebuild b/sci-libs/ginkgo/ginkgo-1.1.1-r1.ebuild
index 5348b9a51be6..6d9b7f42768c 100644
--- a/sci-libs/ginkgo/ginkgo-1.1.1-r1.ebuild
+++ b/sci-libs/ginkgo/ginkgo-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,6 @@ HOMEPAGE="https://ginkgo-project.github.io/"
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/ginkgo-project/ginkgo"
SRC_URI=""
- KEYWORDS=""
inherit git-r3
else
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/sci-libs/ginkgo/ginkgo-9999.ebuild b/sci-libs/ginkgo/ginkgo-9999.ebuild
index 5348b9a51be6..6d9b7f42768c 100644
--- a/sci-libs/ginkgo/ginkgo-9999.ebuild
+++ b/sci-libs/ginkgo/ginkgo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,6 @@ HOMEPAGE="https://ginkgo-project.github.io/"
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/ginkgo-project/ginkgo"
SRC_URI=""
- KEYWORDS=""
inherit git-r3
else
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"