diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:27:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:32:04 +0000 |
commit | 262a282d0749f987d5112be86057f1b0c7834cde (patch) | |
tree | 53b587d4a74cfd8b92cb509c68c9ec8a40d82e92 /sys-cluster | |
parent | sys-cluster/libquo: fix double KEYWORDS (diff) | |
download | gentoo-262a282d0749f987d5112be86057f1b0c7834cde.tar.gz gentoo-262a282d0749f987d5112be86057f1b0c7834cde.tar.bz2 gentoo-262a282d0749f987d5112be86057f1b0c7834cde.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lustre/lustre-2.13.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 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 a14ceb151065..eb00424e5965 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="" |