diff options
author | 2005-06-14 05:23:51 +0000 | |
---|---|---|
committer | 2005-06-14 05:23:51 +0000 | |
commit | 262cf16b61c5a3b05ad549a395799bced5167460 (patch) | |
tree | 5af4e030d6d31805a9fee551816aea4a16105e60 /gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild | |
parent | fixed stupid sandboxing problem with 5.18 (diff) | |
download | gentoo-2-262cf16b61c5a3b05ad549a395799bced5167460.tar.gz gentoo-2-262cf16b61c5a3b05ad549a395799bced5167460.tar.bz2 gentoo-2-262cf16b61c5a3b05ad549a395799bced5167460.zip |
Correct libgda dependency as per bug #95827
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild')
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild index 87ad41d26045..176a231c6eb1 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.10 2005/06/12 13:17:15 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.4.ebuild,v 1.11 2005/06/14 05:23:51 leonardop Exp $ inherit gnome2 eutils @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="doc" -RDEPEND=">=gnome-extra/libgda-1.0.0 +RDEPEND="=gnome-extra/libgda-1.0* >=x11-libs/gtk+-2.0 >=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 |