diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:46:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:11 +0000 |
commit | ffd7952b228453a3bc87ada0a661802430e1f486 (patch) | |
tree | 5b5a222afd2869720c6a09d71eb388e483cc84a8 /net-libs/balde/balde-0.1.1.ebuild | |
parent | net-libs/balde-markdown: fix double KEYWORDS (diff) | |
download | gentoo-ffd7952b228453a3bc87ada0a661802430e1f486.tar.gz gentoo-ffd7952b228453a3bc87ada0a661802430e1f486.tar.bz2 gentoo-ffd7952b228453a3bc87ada0a661802430e1f486.zip |
net-libs/balde: 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 'net-libs/balde/balde-0.1.1.ebuild')
-rw-r--r-- | net-libs/balde/balde-0.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/balde/balde-0.1.1.ebuild b/net-libs/balde/balde-0.1.1.ebuild index db24dfa44ab9..d9d20aa89a46 100644 --- a/net-libs/balde/balde-0.1.1.ebuild +++ b/net-libs/balde/balde-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,6 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI="" - KEYWORDS="" fi LICENSE="LGPL-2" |