diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 15:41:46 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 16:01:01 +0300 |
commit | d96a7bbe0e6045165e5792f7bc1bd770985e31c5 (patch) | |
tree | e1786a81e6ecb4c4d3a344e1b58f3e1d32d647f6 /sys-cluster | |
parent | app-crypt/ccrypt: fix DEPEND typo on 1.11-r1 (diff) | |
download | gentoo-d96a7bbe0e6045165e5792f7bc1bd770985e31c5.tar.gz gentoo-d96a7bbe0e6045165e5792f7bc1bd770985e31c5.tar.bz2 gentoo-d96a7bbe0e6045165e5792f7bc1bd770985e31c5.zip |
sys-cluster/lustre: fix DEPEND typo in 2.13
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lustre/lustre-2.13.0.ebuild | 4 |
1 files 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 adb48cea0e3b..a14ceb151065 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" |