diff options
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild index 538ea94a4b5f..6bf9b6c1117f 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild,v 1.3 2001/06/09 14:11:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild,v 1.4 2001/06/09 21:40:07 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND="nls? ( sys-devel/gettext ) >=dev-util/xml-i18n-toools-0.8.4 +DEPEND="nls? ( sys-devel/gettext ) >=dev-util/xml-i18n-tools-0.8.4 >=gnome-base/gconf-1.0.0" RDEPEND=">=gnome-base/gconf-1.0.0" |