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 8C75D1384B4 for ; Sat, 26 Dec 2015 20:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38FD9E07A3; Sat, 26 Dec 2015 20:43:55 +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 C6ABBE07A3 for ; Sat, 26 Dec 2015 20:43:54 +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 4CEA233D3C7 for ; Sat, 26 Dec 2015 20:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15A70A4B for ; Sat, 26 Dec 2015 20:43:50 +0000 (UTC) From: "Lars Wendler" 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" Message-ID: <1451162626.fee543703718addc891b28d4d36c83c85cb38efb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-3.13.1.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fee543703718addc891b28d4d36c83c85cb38efb X-VCS-Branch: master Date: Sat, 26 Dec 2015 20:43:50 +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: 7fb3bf24-0c8e-47ce-9393-3c792a666366 X-Archives-Hash: 5a75932c1f4f0334e23165cfcd69a129 commit: fee543703718addc891b28d4d36c83c85cb38efb Author: Lars Wendler gentoo org> AuthorDate: Sat Dec 26 20:43:15 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Dec 26 20:43:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee54370 mail-client/claws-mail: Removed dependency on net-libs/libsoup-gnome (# 565924) Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> mail-client/claws-mail/claws-mail-3.13.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.13.1.ebuild b/mail-client/claws-mail/claws-mail-3.13.1.ebuild index e043cd7..6299c55 100644 --- a/mail-client/claws-mail/claws-mail-3.13.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.13.1.ebuild @@ -77,8 +77,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 calendar? ( >=net-misc/curl-7.9.7 ) pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) - webkit? ( >=net-libs/webkit-gtk-1.0:2 - >=net-libs/libsoup-gnome-2.26:2.4 ) + webkit? ( >=net-libs/webkit-gtk-1.0:2 ) " DEPEND="${PLUGINBLOCK} @@ -100,6 +99,9 @@ RDEPEND="${COMMONDEPEND} x11-misc/shared-mime-info" src_configure() { + # Don't use libsoup-gnome (bug #565924) + export HAVE_LIBSOUP_GNOME=no + local myeconfargs=( $(use_enable debug crash-dialog) $(use_enable valgrind valgrind)