diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:18:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:53 +0000 |
commit | 8b266149f64fee78fcb2f188d2fc980906f05d5e (patch) | |
tree | 7ae9768e5316b5bce338841de063f4376e773ad4 /sci-libs/numkit | |
parent | sci-libs/libsc: fix double KEYWORDS (diff) | |
download | gentoo-8b266149f64fee78fcb2f188d2fc980906f05d5e.tar.gz gentoo-8b266149f64fee78fcb2f188d2fc980906f05d5e.tar.bz2 gentoo-8b266149f64fee78fcb2f188d2fc980906f05d5e.zip |
sci-libs/numkit: 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/numkit')
-rw-r--r-- | sci-libs/numkit/numkit-1.1.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/numkit/numkit-1.1.2.ebuild b/sci-libs/numkit/numkit-1.1.2.ebuild index de754215c611..54e7b6e882bf 100644 --- a/sci-libs/numkit/numkit-1.1.2.ebuild +++ b/sci-libs/numkit/numkit-1.1.2.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 @@ -10,7 +10,6 @@ if [[ $PV = *9999* ]]; then EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" - KEYWORDS="" else scm_eclass=vcs-snapshot SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" |