summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:03:44 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:31 +0000
commit5505d18c93c187f7d227fc4d18eeceb5ef9bd1ff (patch)
tree2d7446eb1ceca6b01b7feaf9f2b5dbaf84d2ee48 /sci-chemistry
parentsci-chemistry/GromacsWrapper: fix double KEYWORDS (diff)
downloadgentoo-5505d18c93c187f7d227fc4d18eeceb5ef9bd1ff.tar.gz
gentoo-5505d18c93c187f7d227fc4d18eeceb5ef9bd1ff.tar.bz2
gentoo-5505d18c93c187f7d227fc4d18eeceb5ef9bd1ff.zip
sci-chemistry/votca-csg: 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-csg/votca-csg-1.5.1.ebuild1
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild1
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.6.ebuild1
-rw-r--r--sci-chemistry/votca-csg/votca-csg-9999.ebuild1
4 files changed, 0 insertions, 4 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.5.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.5.1.ebuild
index 170a409a854b..523b73df43ac 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.5.1.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.5.1.ebuild
@@ -18,7 +18,6 @@ if [ "${PV}" != "9999" ]; then
else
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN/-//}.git"
- KEYWORDS="~amd64"
PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
fi
diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
index 5ee29ea5b79f..758dcc378f91 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
@@ -18,7 +18,6 @@ if [ "${PV}" != "9999" ]; then
else
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN/-//}.git"
- KEYWORDS=""
PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
fi
diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
index 4aa13af2b8bd..6af82c74dd7b 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.6.ebuild
@@ -18,7 +18,6 @@ if [ "${PV}" != "9999" ]; then
else
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN/-//}.git"
- KEYWORDS="amd64 x86"
PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
fi
diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
index 562ae3f8fdf8..dd12065fadb1 100644
--- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-9999.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 coarse-graining engine"