From: Lars Wendler Date: Sat, 26 Dec 2015 20:43:15 +0000 (+0100) Subject: mail-client/claws-mail: Removed dependency on net-libs/libsoup-gnome (# 565924) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fee543703718addc891b28d4d36c83c85cb38efb;p=gentoo.git mail-client/claws-mail: Removed dependency on net-libs/libsoup-gnome (# 565924) Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler --- 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 e043cd7f3d9c..6299c55df0d4 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)