diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 15:45:47 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 16:01:02 +0300 |
commit | 0b071c5ead810844e2b2de92452915fc88d25b41 (patch) | |
tree | eeb48b79ecd5f5dbb608eccf6e89330e25d713d3 /net-fs | |
parent | dev-python/jsonmerge: fix RDEPEND typo in 1.6.0 (diff) | |
download | gentoo-0b071c5ead810844e2b2de92452915fc88d25b41.tar.gz gentoo-0b071c5ead810844e2b2de92452915fc88d25b41.tar.bz2 gentoo-0b071c5ead810844e2b2de92452915fc88d25b41.zip |
net-fs/davfs2: fix RDEPEND typo on 1.5.4
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/davfs2/davfs2-1.5.4.ebuild | 4 |
1 files 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 40f41a2c4a0a..58469aaf7a8f 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 ) " |