diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:01:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:29 +0000 |
commit | bf2d3161cbb170121befc6b60f90d4584f926b26 (patch) | |
tree | 3a635140c2b2528ec307531af1f6d209c0800fb2 /sci-astronomy/idlastro | |
parent | net-wireless/yatebts: fix double KEYWORDS (diff) | |
download | gentoo-bf2d3161cbb170121befc6b60f90d4584f926b26.tar.gz gentoo-bf2d3161cbb170121befc6b60f90d4584f926b26.tar.bz2 gentoo-bf2d3161cbb170121befc6b60f90d4584f926b26.zip |
sci-astronomy/idlastro: 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/idlastro')
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20161220.ebuild | 3 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-99999999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-astronomy/idlastro/idlastro-20161220.ebuild b/sci-astronomy/idlastro/idlastro-20161220.ebuild index b126275565a3..c25a786e01d8 100644 --- a/sci-astronomy/idlastro/idlastro-20161220.ebuild +++ b/sci-astronomy/idlastro/idlastro-20161220.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 @@ -11,7 +11,6 @@ else inherit git-r3 GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/wlandsman/IDLAstro.git" - KEYWORDS="" fi DESCRIPTION="Astronomical user routines for IDL" diff --git a/sci-astronomy/idlastro/idlastro-99999999.ebuild b/sci-astronomy/idlastro/idlastro-99999999.ebuild index b126275565a3..c25a786e01d8 100644 --- a/sci-astronomy/idlastro/idlastro-99999999.ebuild +++ b/sci-astronomy/idlastro/idlastro-99999999.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 @@ -11,7 +11,6 @@ else inherit git-r3 GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/wlandsman/IDLAstro.git" - KEYWORDS="" fi DESCRIPTION="Astronomical user routines for IDL" |