tetromino 15/06/11 14:13:48 Modified: ChangeLog evolution-3.16.3.ebuild Log: 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)
Revision Changes Path 1.443 mail-client/evolution/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.443&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.443&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?r1=1.442&r2=1.443 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v retrieving revision 1.442 retrieving revision 1.443 diff -u -r1.442 -r1.443 --- ChangeLog 9 Jun 2015 16:24:05 -0000 1.442 +++ ChangeLog 11 Jun 2015 14:13:48 -0000 1.443 @@ -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 <[email protected]> + evolution-3.16.3.ebuild: + Require >=gtk+-3.16 (bug #551774, thanks to Toralf Förster). *evolution-3.16.3 (09 Jun 2015) 1.2 mail-client/evolution/evolution-3.16.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild?r1=1.1&r2=1.2 Index: evolution-3.16.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- evolution-3.16.3.ebuild 9 Jun 2015 16:24:05 -0000 1.1 +++ evolution-3.16.3.ebuild 11 Jun 2015 14:13:48 -0000 1.2 @@ -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 @@ # 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 @@ >=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
