Skip to content

Commit

Permalink
mail-client/claws-mail: Removed dependency on net-libs/libsoup-gnome …
Browse files Browse the repository at this point in the history
…(# 565924)

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Dec 26, 2015
1 parent 1023671 commit fee5437
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mail-client/claws-mail/claws-mail-3.13.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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)
Expand Down

0 comments on commit fee5437

Please sign in to comment.