From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16C741388C1 for ; Sat, 7 Nov 2015 12:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A18E621C020; Sat, 7 Nov 2015 12:58:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 405B621C020 for ; Sat, 7 Nov 2015 12:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83063340662 for ; Sat, 7 Nov 2015 12:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97791AD for ; Sat, 7 Nov 2015 12:57:58 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1446901073.d867ffbd29562eba974841bd719e32c3c4b76f84.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-2.3.1-r1.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d867ffbd29562eba974841bd719e32c3c4b76f84 X-VCS-Branch: master Date: Sat, 7 Nov 2015 12:57:58 +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: 91c5cd87-f9c9-4fdf-ab6d-5dfec6aeba6b X-Archives-Hash: 02fa04946e8a03f63a66ebae671722f1 commit: d867ffbd29562eba974841bd719e32c3c4b76f84 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 7 12:57:32 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 7 12:57:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d867ffbd net-p2p/amule: Support wxGTK:3.0 (#465084) Package-Manager: portage-2.2.23 net-p2p/amule/amule-2.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/amule/amule-2.3.1-r1.ebuild b/net-p2p/amule/amule-2.3.1-r1.ebuild index 8335b24..99b75d0 100644 --- a/net-p2p/amule/amule-2.3.1-r1.ebuild +++ b/net-p2p/amule/amule-2.3.1-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" stats? ( >=media-libs/gd-2.0.26[jpeg] ) geoip? ( dev-libs/geoip ) upnp? ( >=net-libs/libupnp-1.6.6 ) - remote? ( >=media-libs/libpng-1.2.0 + remote? ( >=media-libs/libpng-1.2.0:0= unicode? ( >=media-libs/gd-2.0.26 ) ) X? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) !X? ( x11-libs/wxGTK:${WX_GTK_VER} )