diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:16:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:49 +0000 |
commit | 9f212d5977ec5fd13c6fc5ee07783d89fc233c48 (patch) | |
tree | 01d380983cf633136b34eed8c17598acaa56fcba /sci-libs/dmlc-core | |
parent | sci-libs/dealii: fix double KEYWORDS (diff) | |
download | gentoo-9f212d5977ec5fd13c6fc5ee07783d89fc233c48.tar.gz gentoo-9f212d5977ec5fd13c6fc5ee07783d89fc233c48.tar.bz2 gentoo-9f212d5977ec5fd13c6fc5ee07783d89fc233c48.zip |
sci-libs/dmlc-core: 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/dmlc-core')
-rw-r--r-- | sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild index a9dbcf038e5c..1d661c8dbc15 100644 --- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild +++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.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=6 @@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/dmlc/dmlc-core" if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/dmlc/${PN}.git" inherit git-r3 - KEYWORDS="" else EGIT_COMMIT="54db57d5d1b2a7b93319053011802888b827a539" inherit vcs-snapshot |