diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:04:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:32 +0000 |
commit | 533ef495f25d1a8c3010a4661bf8ade42e9f6603 (patch) | |
tree | 899375395f8d4cfd57c78ef8368869b3d1b3b158 /sci-chemistry/votca-ctp | |
parent | sci-chemistry/votca-csgapps: fix double KEYWORDS (diff) | |
download | gentoo-533ef495f25d1a8c3010a4661bf8ade42e9f6603.tar.gz gentoo-533ef495f25d1a8c3010a4661bf8ade42e9f6603.tar.bz2 gentoo-533ef495f25d1a8c3010a4661bf8ade42e9f6603.zip |
sci-chemistry/votca-ctp: 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-chemistry/votca-ctp')
-rw-r--r-- | sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild index e21caf217902..779c83919b3e 100644 --- a/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild +++ b/sci-chemistry/votca-ctp/votca-ctp-1.5.1.ebuild @@ -16,7 +16,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" fi DESCRIPTION="Votca charge transport module" |