From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 796DC1382C5 for ; Mon, 15 Feb 2021 00:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E8DE09CB; Mon, 15 Feb 2021 00:32:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48C0FE09CB for ; Mon, 15 Feb 2021 00:32:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CE61340DC4 for ; Mon, 15 Feb 2021 00:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55EA04E8 for ; Mon, 15 Feb 2021 00:32:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613349121.bf18b3bae4e9d483da45023bb596d3b425a51670.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/crmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/crmsh/crmsh-4.2.1.ebuild X-VCS-Directories: sys-cluster/crmsh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf18b3bae4e9d483da45023bb596d3b425a51670 X-VCS-Branch: master Date: Mon, 15 Feb 2021 00:32:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13f2746a-4ba0-4573-bca6-ecaed662a33c X-Archives-Hash: 44b9d04c2a27b87eac63cecf41adda96 commit: bf18b3bae4e9d483da45023bb596d3b425a51670 Author: Sam James gentoo org> AuthorDate: Sun Feb 14 23:25:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 15 00:32:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf18b3ba 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 gentoo.org> 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 312f01a1ed1..9397c762c64 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