diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 08:04:19 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 08:04:19 +0000 |
commit | 12fd1f8245de94b8036f3222344e55e4def52f26 (patch) | |
tree | e13f9e0b20fce0f2e06b2d9b70c5e0054ff30f38 /app-office/gnucash | |
parent | Fix incorrect libgnomedb slot dep (diff) | |
download | gentoo-2-12fd1f8245de94b8036f3222344e55e4def52f26.tar.gz gentoo-2-12fd1f8245de94b8036f3222344e55e4def52f26.tar.bz2 gentoo-2-12fd1f8245de94b8036f3222344e55e4def52f26.zip |
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-2.2.9-r3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-office/gnucash/gnucash-2.2.9-r3.ebuild b/app-office/gnucash/gnucash-2.2.9-r3.ebuild index 31a78da8abd4..66065c5668af 100644 --- a/app-office/gnucash/gnucash-2.2.9-r3.ebuild +++ b/app-office/gnucash/gnucash-2.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r3.ebuild,v 1.5 2011/03/13 19:47:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r3.ebuild,v 1.6 2011/03/16 08:04:19 nirbheek Exp $ EAPI=2 @@ -22,18 +22,18 @@ IUSE="+doc ofx debug quotes" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in) -RDEPEND=">=dev-libs/glib-2.6.3 +RDEPEND=">=dev-libs/glib-2.6.3:2 >=dev-scheme/guile-1.8.3[deprecated,regex] dev-scheme/guile-www >=dev-scheme/slib-3.1.4 >=sys-libs/zlib-1.1.4 >=dev-libs/popt-1.5 - >=x11-libs/gtk+-2.10 + >=x11-libs/gtk+-2.10:2 >=gnome-base/libgnomeui-2.4 >=gnome-base/libglade-2.4 - >=gnome-extra/gtkhtml-3.14 - >=dev-libs/libxml2-2.5.10 - >=gnome-base/gconf-2 + >=gnome-extra/gtkhtml-3.14:3.14 + >=dev-libs/libxml2-2.5.10:2 + >=gnome-base/gconf-2:2 >=x11-libs/goffice-0.6[gnome] ofx? ( >=dev-libs/libofx-0.8.3 ) quotes? ( dev-perl/DateManip |