summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:02:39 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:30 +0000
commit33a73493118b599c140acff1b8e19ba261a0c007 (patch)
treed2f96cb51511eb3e484feb7de32d8feecd20a5a1 /sci-chemistry
parentsci-astronomy/stiff: fix double KEYWORDS (diff)
downloadgentoo-33a73493118b599c140acff1b8e19ba261a0c007.tar.gz
gentoo-33a73493118b599c140acff1b8e19ba261a0c007.tar.bz2
gentoo-33a73493118b599c140acff1b8e19ba261a0c007.zip
sci-chemistry/GromacsWrapper: 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/GromacsWrapper/GromacsWrapper-0.8.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
index b57fbe7c4ffd..1338b634d927 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,6 @@ if [[ $PV = *9999* ]]; then
EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git"
EGIT_BRANCH="develop"
SRC_URI=""
- KEYWORDS=""
else
scm_eclass=vcs-snapshot
SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"