summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:04:21 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:31 +0000
commit9daef2d8453f67ca8d499e920c708decfb357ad4 (patch)
tree2fd5386534581c7507704ba15e512fbe93076c9c /sci-chemistry
parentsci-chemistry/votca-csg: fix double KEYWORDS (diff)
downloadgentoo-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')
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.5.1.ebuild1
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild1
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild1
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"