commit:     d96a7bbe0e6045165e5792f7bc1bd770985e31c5
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:41:46 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 13:01:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96a7bbe

sys-cluster/lustre: fix DEPEND typo in 2.13

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-cluster/lustre/lustre-2.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/lustre/lustre-2.13.0.ebuild 
b/sys-cluster/lustre/lustre-2.13.0.ebuild
index adb48cea0e3..a14ceb15106 100644
--- a/sys-cluster/lustre/lustre-2.13.0.ebuild
+++ b/sys-cluster/lustre/lustre-2.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,7 +40,7 @@ RDEPEND="
                >=sys-fs/zfs-0.8
        )
 "
-BEPEND="${RDEPEND}
+DEPEND="${RDEPEND}
        dev-python/docutils
        virtual/linux-sources"
 

Reply via email to