diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:15:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:48 +0000 |
commit | a1a69499734a915ea8f8379a988ccba557e57bac (patch) | |
tree | 06eb6a27a35ea066309d59d37c9dbd29d6c7f4d1 /sci-libs | |
parent | sci-geosciences/opencpn-plugin-weatherfax: fix double KEYWORDS (diff) | |
download | gentoo-a1a69499734a915ea8f8379a988ccba557e57bac.tar.gz gentoo-a1a69499734a915ea8f8379a988ccba557e57bac.tar.bz2 gentoo-a1a69499734a915ea8f8379a988ccba557e57bac.zip |
sci-libs/dealii: 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-libs')
-rw-r--r-- | sci-libs/dealii/dealii-9.2.0.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/dealii/dealii-9.2.0.ebuild b/sci-libs/dealii/dealii-9.2.0.ebuild index e93536af9ef5..84251e8e9386 100644 --- a/sci-libs/dealii/dealii-9.2.0.ebuild +++ b/sci-libs/dealii/dealii-9.2.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 @@ -17,7 +17,6 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dealii/dealii.git" SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz doc? ( diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 961516337a8c..64d3092167ea 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.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 @@ -17,7 +17,6 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dealii/dealii.git" SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz doc? ( |