commit: 0b071c5ead810844e2b2de92452915fc88d25b41
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:45:47 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 13:01:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b071c5e
net-fs/davfs2: fix RDEPEND typo on 1.5.4
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-fs/davfs2/davfs2-1.5.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-fs/davfs2/davfs2-1.5.4.ebuild
b/net-fs/davfs2/davfs2-1.5.4.ebuild
index 40f41a2c4a0..58469aaf7a8 100644
--- a/net-fs/davfs2/davfs2-1.5.4.ebuild
+++ b/net-fs/davfs2/davfs2-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="dev-libs/libxml2
sys-libs/zlib
nls? ( virtual/libintl virtual/libiconv )
"
-DEPEND="${REPEND}
+DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"