Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
Date: Sat, 26 Dec 2015 20:43:57
Message-Id: 1451162626.fee543703718addc891b28d4d36c83c85cb38efb.polynomial-c@gentoo
1 commit: fee543703718addc891b28d4d36c83c85cb38efb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 20:43:15 2015 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 20:43:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee54370
7
8 mail-client/claws-mail: Removed dependency on net-libs/libsoup-gnome (# 565924)
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 mail-client/claws-mail/claws-mail-3.13.1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-client/claws-mail/claws-mail-3.13.1.ebuild b/mail-client/claws-mail/claws-mail-3.13.1.ebuild
17 index e043cd7..6299c55 100644
18 --- a/mail-client/claws-mail/claws-mail-3.13.1.ebuild
19 +++ b/mail-client/claws-mail/claws-mail-3.13.1.ebuild
20 @@ -77,8 +77,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1
21 calendar? ( >=net-misc/curl-7.9.7 )
22 pdf? ( app-text/poppler[cairo] )
23 spam-report? ( >=net-misc/curl-7.9.7 )
24 - webkit? ( >=net-libs/webkit-gtk-1.0:2
25 - >=net-libs/libsoup-gnome-2.26:2.4 )
26 + webkit? ( >=net-libs/webkit-gtk-1.0:2 )
27 "
28
29 DEPEND="${PLUGINBLOCK}
30 @@ -100,6 +99,9 @@ RDEPEND="${COMMONDEPEND}
31 x11-misc/shared-mime-info"
32
33 src_configure() {
34 + # Don't use libsoup-gnome (bug #565924)
35 + export HAVE_LIBSOUP_GNOME=no
36 +
37 local myeconfargs=(
38 $(use_enable debug crash-dialog)
39 $(use_enable valgrind valgrind)