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 D9960139695 for ; Wed, 1 Mar 2017 06:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 309FEE0C4B; Wed, 1 Mar 2017 06:12:57 +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 107FBE0C4B for ; Wed, 1 Mar 2017 06:12:57 +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 E13283416AD for ; Wed, 1 Mar 2017 06:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527985857 for ; Wed, 1 Mar 2017 06:12:54 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1488348623.6bf8c61254ce02cc1f388a39f653b6969bcd976c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/putty-0.68.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6bf8c61254ce02cc1f388a39f653b6969bcd976c X-VCS-Branch: master Date: Wed, 1 Mar 2017 06:12:54 +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-Archives-Salt: 3862d8b7-6453-45a8-a217-1a61df81a929 X-Archives-Hash: d07b141a2b551d75355e82ab700c9921 commit: 6bf8c61254ce02cc1f388a39f653b6969bcd976c Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 1 06:07:16 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 1 06:10:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf8c612 net-misc/putty: Fix x11-libs/gdk-pixbuf dependency (bug #611246). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/putty/putty-0.68.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/putty/putty-0.68.ebuild b/net-misc/putty/putty-0.68.ebuild index 7e16452eb55..04caa8b8598 100644 --- a/net-misc/putty/putty-0.68.ebuild +++ b/net-misc/putty/putty-0.68.ebuild @@ -20,7 +20,7 @@ RDEPEND=" !net-misc/pssh gtk? ( dev-libs/glib:2 - x11-libs/gdk-pixbuf + x11-libs/gdk-pixbuf[X] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango