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 01CC7138334 for ; Sun, 25 Nov 2018 19:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C69E08AA; Sun, 25 Nov 2018 19:48:27 +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 DE8A7E08AA for ; Sun, 25 Nov 2018 19:48:24 +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 DC9E8335C78 for ; Sun, 25 Nov 2018 19:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BA4442 for ; Sun, 25 Nov 2018 19:48:21 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1543175259.8fe29e6aade61cc7da5b97bc80fd03c254a5071c.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.8-r1.ebuild media-gfx/gimp/gimp-2.10.8.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 8fe29e6aade61cc7da5b97bc80fd03c254a5071c X-VCS-Branch: master Date: Sun, 25 Nov 2018 19:48:21 +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: e7d405a6-e364-44e9-a8a4-69352c3d946f X-Archives-Hash: dbf4e6417477d23bcf68499509470a9d commit: 8fe29e6aade61cc7da5b97bc80fd03c254a5071c Author: Sebastian Pipping gentoo org> AuthorDate: Sun Nov 25 19:47:13 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Nov 25 19:47:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe29e6a media-gfx/gimp: Fix call to ./configure Closes: https://bugs.gentoo.org/671774 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-gfx/gimp/{gimp-2.10.8.ebuild => gimp-2.10.8-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.10.8.ebuild b/media-gfx/gimp/gimp-2.10.8-r1.ebuild similarity index 99% rename from media-gfx/gimp/gimp-2.10.8.ebuild rename to media-gfx/gimp/gimp-2.10.8-r1.ebuild index 319f017de16..887d43c208e 100644 --- a/media-gfx/gimp/gimp-2.10.8.ebuild +++ b/media-gfx/gimp/gimp-2.10.8-r1.ebuild @@ -131,7 +131,7 @@ src_configure() { $(use_enable smp mp) $(use_enable cpu_flags_x86_sse sse) $(use_with udev gudev) - $(use_with unwind) + $(use_with unwind libunwind) $(use_with wmf) --with-xmc $(use_with xpm libxpm)