summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:46:30 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:11 +0000
commitccde6e42c2296ba4762544d98ae86e1de2c84a63 (patch)
tree67215f46298d26d747a1887372ce065ba725a4a6 /net-libs/balde-markdown
parentnet-im/coturn: fix double KEYWORDS (diff)
downloadgentoo-ccde6e42c2296ba4762544d98ae86e1de2c84a63.tar.gz
gentoo-ccde6e42c2296ba4762544d98ae86e1de2c84a63.tar.bz2
gentoo-ccde6e42c2296ba4762544d98ae86e1de2c84a63.zip
net-libs/balde-markdown: 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-markdown')
-rw-r--r--net-libs/balde-markdown/balde-markdown-0.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/balde-markdown/balde-markdown-0.1.ebuild b/net-libs/balde-markdown/balde-markdown-0.1.ebuild
index fc2f27bf4c3b..810fde09dce0 100644
--- a/net-libs/balde-markdown/balde-markdown-0.1.ebuild
+++ b/net-libs/balde-markdown/balde-markdown-0.1.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=5
@@ -15,7 +15,6 @@ SRC_URI="https://github.com/balde/${PN}/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
- KEYWORDS=""
fi
LICENSE="LGPL-2"