From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-909806-garchives=archives.gentoo.org@lists.gentoo.org> 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 1BC9D1395E1 for <garchives@archives.gentoo.org>; Fri, 4 Nov 2016 22:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D817E0B2B; Fri, 4 Nov 2016 22:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B02DE0B2B for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 22:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1496341565 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 22:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92E07E1 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 22:39:10 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1478299147.77bb515701220561d986dfc2966571a6d9702d4a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/filezilla/filezilla-3.22.2.2.ebuild X-VCS-Directories: net-ftp/filezilla/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 77bb515701220561d986dfc2966571a6d9702d4a X-VCS-Branch: master Date: Fri, 4 Nov 2016 22:39:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea3cd433-cbb7-46ed-81fd-90674c1091f3 X-Archives-Hash: 74544025912062f28e8faaabf9d42747 commit: 77bb515701220561d986dfc2966571a6d9702d4a Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 22:38:53 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 22:39:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bb5157 net-ftp/filezilla: Fixewd dependency on libfilezilla (bug #598964). Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-ftp/filezilla/filezilla-3.22.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/filezilla/filezilla-3.22.2.2.ebuild b/net-ftp/filezilla/filezilla-3.22.2.2.ebuild index 6f3f380..eb18aff 100644 --- a/net-ftp/filezilla/filezilla-3.22.2.2.ebuild +++ b/net-ftp/filezilla/filezilla-3.22.2.2.ebuild @@ -24,7 +24,7 @@ IUSE="dbus nls test" RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1 >=dev-libs/nettle-3.1:= >=dev-db/sqlite-3.7 - >=dev-libs/libfilezilla-0.7.0 + >=dev-libs/libfilezilla-0.8.0 >=dev-libs/pugixml-1.7 net-dns/libidn >=net-libs/gnutls-3.4.0