commit:     262a282d0749f987d5112be86057f1b0c7834cde
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 23:27:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 00:32:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262a282d

sys-cluster/lustre: 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 <AT> gentoo.org>

 sys-cluster/lustre/lustre-2.13.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild 
b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
index a14ceb15106..eb00424e596 100644
--- a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild
+++ b/sys-cluster/lustre/lustre-2.13.0-r1.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=7
@@ -11,7 +11,6 @@ if [[ $PV = *9999* ]]; then
        scm="git-r3"
        SRC_URI=""
        EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
-       KEYWORDS=""
        EGIT_BRANCH="master"
 else
        scm=""

Reply via email to