diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-24 22:15:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-24 22:15:19 +0000 |
commit | a7e8ac12bf2c52227f46c51761147068e8cf7300 (patch) | |
tree | fc4c4d7d15bdcaf8a89f2f3b593cb9ef2885fbb1 /gnome-extra | |
parent | Improve initscript with USE=-auditor. Use correct init and conf files. (diff) | |
download | gentoo-2-a7e8ac12bf2c52227f46c51761147068e8cf7300.tar.gz gentoo-2-a7e8ac12bf2c52227f46c51761147068e8cf7300.tar.bz2 gentoo-2-a7e8ac12bf2c52227f46c51761147068e8cf7300.zip |
Raise gtk+ dependency due to libgd.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-documents/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/gnome-documents/ChangeLog b/gnome-extra/gnome-documents/ChangeLog index bc6d14afd948..6abaad53971a 100644 --- a/gnome-extra/gnome-documents/ChangeLog +++ b/gnome-extra/gnome-documents/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-documents # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.18 2013/06/14 18:36:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.19 2013/07/24 22:15:19 eva Exp $ + + 24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> + gnome-documents-3.8.3.1.ebuild: + Raise gtk+ dependency due to libgd. *gnome-documents-3.8.3.1 (14 Jun 2013) diff --git a/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild index 9fa71cf63675..d35037180130 100644 --- a/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild +++ b/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild,v 1.1 2013/06/14 18:36:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.8.3.1.ebuild,v 1.2 2013/07/24 22:15:19 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=net-libs/libzapojit-0.0.2 >=net-libs/webkit-gtk-1.10.0:3 >=x11-libs/gdk-pixbuf-2.25:2[introspection] - >=x11-libs/gtk+-3.7.7:3[introspection] + >=x11-libs/gtk+-3.7.10:3[introspection] x11-libs/pango[introspection] " RDEPEND="${COMMON_DEPEND} |