diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:04:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:31 +0000 |
commit | 9daef2d8453f67ca8d499e920c708decfb357ad4 (patch) | |
tree | 2fd5386534581c7507704ba15e512fbe93076c9c /sci-chemistry/votca-csgapps | |
parent | sci-chemistry/votca-csg: fix double KEYWORDS (diff) | |
download | gentoo-9daef2d8453f67ca8d499e920c708decfb357ad4.tar.gz gentoo-9daef2d8453f67ca8d499e920c708decfb357ad4.tar.bz2 gentoo-9daef2d8453f67ca8d499e920c708decfb357ad4.zip |
sci-chemistry/votca-csgapps: 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-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild index 36090a26aa3a..b2cd1903cd98 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild @@ -14,7 +14,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="~amd64" fi DESCRIPTION="Extra applications for votca-csg" diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild index 224468175589..4561252274c4 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild @@ -14,7 +14,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" fi DESCRIPTION="Extra applications for votca-csg" diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild index b074e6004b39..c3d00dcd7af6 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild @@ -14,7 +14,6 @@ if [ "${PV}" != "9999" ]; then else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="amd64 x86" fi DESCRIPTION="Extra applications for votca-csg" |