summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2015-06-11 14:13:48 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2015-06-11 14:13:48 +0000
commitd443883f474aacac6579336253922b8eef522588 (patch)
tree7739fe8a37f3f1e540ebce3f1c256f03ac8a2674 /mail-client
parentVersion bump. Removed auto-hinter USE flag as an attempt to fix bug #547870 (diff)
downloadgentoo-2-d443883f474aacac6579336253922b8eef522588.tar.gz
gentoo-2-d443883f474aacac6579336253922b8eef522588.tar.bz2
gentoo-2-d443883f474aacac6579336253922b8eef522588.zip
Require >=gtk+-3.16 (bug #551774, thanks to Toralf Förster).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/evolution/ChangeLog6
-rw-r--r--mail-client/evolution/evolution-3.16.3.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog
index 95b0522f0e62..248c639309a3 100644
--- a/mail-client/evolution/ChangeLog
+++ b/mail-client/evolution/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/evolution
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.442 2015/06/09 16:24:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.443 2015/06/11 14:13:48 tetromino Exp $
+
+ 11 Jun 2015; Alexandre Rostovtsev <tetromino@gentoo.org>
+ evolution-3.16.3.ebuild:
+ Require >=gtk+-3.16 (bug #551774, thanks to Toralf Förster).
*evolution-3.16.3 (09 Jun 2015)
diff --git a/mail-client/evolution/evolution-3.16.3.ebuild b/mail-client/evolution/evolution-3.16.3.ebuild
index 97cc4544d857..fcdd877e52bd 100644
--- a/mail-client/evolution/evolution-3.16.3.ebuild
+++ b/mail-client/evolution/evolution-3.16.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild,v 1.1 2015/06/09 16:24:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild,v 1.2 2015/06/11 14:13:48 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~x86 ~x86-fbsd"
# password from inside evolution, bug 160302
PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
+# gtk+-3.16 needed for gtk_drag_cancel
# glade-3 support is for maintainers only per configure.ac
# pst is not mature enough and changes API/ABI frequently
# dconf explicitely needed for backup plugin
@@ -43,7 +44,7 @@ COMMON_DEPEND="
>=net-libs/webkit-gtk-2.2:3
>=x11-libs/cairo-1.9.15:=[glib]
>=x11-libs/gdk-pixbuf-2.24:2
- >=x11-libs/gtk+-3.10:3
+ >=x11-libs/gtk+-3.16:3
>=x11-libs/libnotify-0.7:=
>=x11-misc/shared-mime-info-0.22