commit:     fee543703718addc891b28d4d36c83c85cb38efb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 20:43:15 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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)

Reply via email to