diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-08 05:28:00 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-08 05:28:00 +0000 |
commit | 14b4c2e74740381afbe70f8695234f3c8163c415 (patch) | |
tree | 1b6115c314eca82190dd53e2580537be9f0cf7cf /gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | historical-14b4c2e74740381afbe70f8695234f3c8163c415.tar.gz historical-14b4c2e74740381afbe70f8695234f3c8163c415.tar.bz2 historical-14b4c2e74740381afbe70f8695234f3c8163c415.zip |
Fix slot-deps on gtk+ and other libs
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild')
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild b/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild index 186c88fe8e6f..be5f4b2b7271 100644 --- a/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild,v 1.2 2010/01/20 22:16:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild,v 1.3 2011/03/08 05:28:00 nirbheek Exp $ -EAPI="1" +EAPI="2" inherit gnome2 @@ -22,16 +22,16 @@ IUSE="doc" # # There is no evolution-data-server support yet, only a check in configure. # FIXME: automagic: goocanvas, graphviz, glade-3 -RDEPEND=">=x11-libs/gtk+-2.10 - >=gnome-base/gconf-2 +RDEPEND=">=x11-libs/gtk+-2.10:2 + >=gnome-base/gconf-2:2 gnome-extra/libgda:3 >=gnome-base/libgnomecanvas-2 - >=gnome-base/libglade-2 - x11-libs/gtksourceview:1 + >=gnome-base/libglade-2:2.0 + x11-libs/gtksourceview:1.0 >=dev-libs/libgcrypt-1.1.14 - >=x11-libs/goocanvas-0.9 + >=x11-libs/goocanvas-0.9:0 media-gfx/graphviz - >=dev-util/glade-3.1 + >=dev-util/glade-3.1:3 app-text/iso-codes" DEPEND="${RDEPEND} |