From bf18b3bae4e9d483da45023bb596d3b425a51670 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 23:25:05 +0000 Subject: sys-cluster/crmsh: 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 --- sys-cluster/crmsh/crmsh-4.2.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/crmsh/crmsh-4.2.1.ebuild b/sys-cluster/crmsh/crmsh-4.2.1.ebuild index 312f01a1ed1b..9397c762c646 100644 --- a/sys-cluster/crmsh/crmsh-4.2.1.ebuild +++ b/sys-cluster/crmsh/crmsh-4.2.1.ebuild @@ -6,7 +6,6 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8,9} ) AUTOTOOLS_AUTORECONF=true -KEYWORDS="" SRC_URI="" if [[ ${PV} == *9999 ]]; then -- cgit v1.2.3-65-gdbad