diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:01:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:29 +0000 |
commit | 7b9813ae63549eee24634e16892df9be11c70d7d (patch) | |
tree | f1d258b63a43bc4a5cf552f16b37d844f90b8853 /sci-astronomy/stiff | |
parent | sci-astronomy/idlastro: fix double KEYWORDS (diff) | |
download | gentoo-7b9813ae63549eee24634e16892df9be11c70d7d.tar.gz gentoo-7b9813ae63549eee24634e16892df9be11c70d7d.tar.bz2 gentoo-7b9813ae63549eee24634e16892df9be11c70d7d.zip |
sci-astronomy/stiff: 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-astronomy/stiff')
-rw-r--r-- | sci-astronomy/stiff/stiff-2.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0.ebuild index d0f551414a91..5d5e1701b58f 100644 --- a/sci-astronomy/stiff/stiff-2.4.0.ebuild +++ b/sci-astronomy/stiff/stiff-2.4.0.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=6 @@ -7,7 +7,6 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk" SRC_URI="" - KEYWORDS="" else SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |