diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:22:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:58 +0000 |
commit | efc046af4b3479a93b8c237dce7a78c9115fbfbc (patch) | |
tree | c3d2c5892afda7a0b467029437a7081743c04901 /sci-physics/espresso | |
parent | sci-libs/votca-tools: fix double KEYWORDS (diff) | |
download | gentoo-efc046af4b3479a93b8c237dce7a78c9115fbfbc.tar.gz gentoo-efc046af4b3479a93b8c237dce7a78c9115fbfbc.tar.bz2 gentoo-efc046af4b3479a93b8c237dce7a78c9115fbfbc.zip |
sci-physics/espresso: 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-physics/espresso')
-rw-r--r-- | sci-physics/espresso/espresso-4.1.3.ebuild | 1 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sci-physics/espresso/espresso-4.1.3.ebuild b/sci-physics/espresso/espresso-4.1.3.ebuild index 66c2b9a4c69f..1ef336f2ab40 100644 --- a/sci-physics/espresso/espresso-4.1.3.ebuild +++ b/sci-physics/espresso/espresso-4.1.3.ebuild @@ -15,7 +15,6 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" EGIT_BRANCH="python" inherit git-r3 - KEYWORDS="" else SRC_URI="https://github.com/${PN}md/${PN}/releases/download/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux" diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 66c2b9a4c69f..1ef336f2ab40 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -15,7 +15,6 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" EGIT_BRANCH="python" inherit git-r3 - KEYWORDS="" else SRC_URI="https://github.com/${PN}md/${PN}/releases/download/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux" |