diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:05:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:33 +0000 |
commit | 3e551b87d1bc9724e6d97de354218e7b7c27b99f (patch) | |
tree | 9b42283592f09b7311756718aeda0aa83d573a25 /sci-chemistry | |
parent | sci-chemistry/votca-ctp: fix double KEYWORDS (diff) | |
download | gentoo-3e551b87d1bc9724e6d97de354218e7b7c27b99f.tar.gz gentoo-3e551b87d1bc9724e6d97de354218e7b7c27b99f.tar.bz2 gentoo-3e551b87d1bc9724e6d97de354218e7b7c27b99f.zip |
sci-chemistry/votca-xtp: 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')
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild index a709871034bc..fc37002f5a34 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild @@ -15,7 +15,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" fi DESCRIPTION="Votca excitation and charge properties module" diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild index 447ed9869a4a..f05d152ddbf8 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.ebuild @@ -15,7 +15,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="amd64 x86" fi DESCRIPTION="Votca excitation and charge properties module" diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index a709871034bc..fc37002f5a34 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -15,7 +15,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" fi DESCRIPTION="Votca excitation and charge properties module" |