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 14E761381F3 for ; Sat, 12 Oct 2013 15:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF263E08BD; Sat, 12 Oct 2013 15:11:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 578CEE08BD for ; Sat, 12 Oct 2013 15:11:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F57733EF71 for ; Sat, 12 Oct 2013 15:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC829E5308 for ; Sat, 12 Oct 2013 15:11:46 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1381590558.ce073f0cc5386b92cd141d967a9046698771a09d.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgdiplus/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild X-VCS-Directories: dev-dotnet/libgdiplus/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: ce073f0cc5386b92cd141d967a9046698771a09d X-VCS-Branch: master Date: Sat, 12 Oct 2013 15:11:46 +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: f8cf644e-93a1-4e93-9249-c61ed2f83e8f X-Archives-Hash: 0a957e2194baf87c91d6cf67647c2d35 commit: ce073f0cc5386b92cd141d967a9046698771a09d Author: Heather Gentoo org> AuthorDate: Sat Oct 12 15:09:18 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Oct 12 15:09:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ce073f0c Update libgdiplus-2.10.9-r2.ebuild Only works with giflib 4.2.3 --- dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild index 1722241..10357df 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/glib-2.16:2 x11-libs/libXt >=x11-libs/cairo-1.8.4[X] media-libs/libexif - >=media-libs/giflib-4.1.3 + >=media-libs/giflib-4.2.3 virtual/jpeg media-libs/tiff:0 !cairo? ( >=x11-libs/pango-1.20 )"