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 0FD0B13835A for ; Mon, 20 Jul 2020 13:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC184E0916; 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 916C5E090F for ; Mon, 20 Jul 2020 13:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A802534F2E0 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 675A62EC 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.bf7a4ac67ab77bbddae509961c66b07ddf153367.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.5.ebuild X-VCS-Directories: net-fs/davfs2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bf7a4ac67ab77bbddae509961c66b07ddf153367 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: 96c9b990-97d0-46cd-8cb9-b617eb854eb4 X-Archives-Hash: 0e1ddd07fd250e113424da1c02f43eb3 commit: bf7a4ac67ab77bbddae509961c66b07ddf153367 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 20 12:46:10 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=bf7a4ac6 net-fs/davfs2: fix RDEPEND typo in 1.5.5 Signed-off-by: Joonas Niilola gentoo.org> net-fs/davfs2/davfs2-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/davfs2/davfs2-1.5.5.ebuild b/net-fs/davfs2/davfs2-1.5.5.ebuild index e90fe83a11d..401f9abcbef 100644 --- a/net-fs/davfs2/davfs2-1.5.5.ebuild +++ b/net-fs/davfs2/davfs2-1.5.5.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libxml2 sys-libs/zlib nls? ( virtual/libintl virtual/libiconv ) " -DEPEND="${REPEND} +DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) "