From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2D46138359 for ; Mon, 20 Jul 2020 13:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE2DE090F; Mon, 20 Jul 2020 13:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92C57E0916 for ; Mon, 20 Jul 2020 13:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B197634F328 for ; Mon, 20 Jul 2020 13:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5460E2EB for ; Mon, 20 Jul 2020 13:01:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595250062.0b071c5ead810844e2b2de92452915fc88d25b41.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/davfs2/davfs2-1.5.4.ebuild X-VCS-Directories: net-fs/davfs2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0b071c5ead810844e2b2de92452915fc88d25b41 X-VCS-Branch: master Date: Mon, 20 Jul 2020 13:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f316efac-5a87-499e-ba5e-27a0bb87e310 X-Archives-Hash: f19bc9c7b63ce30ab8871d47ae5d13c5 commit: 0b071c5ead810844e2b2de92452915fc88d25b41 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 20 12:45:47 2020 +0000 Commit: Joonas Niilola gentoo 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 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 ) "