diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-11-29 00:10:02 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-11-29 00:10:02 +0000 |
commit | e2a7f56499d0486a1b94ca9b5de8282efc1123ab (patch) | |
tree | 0759ab6fbe19dc6ad8ec015fba0c26e18a289fdd /gnome-base/gnome-vfs | |
parent | new fileutils (diff) | |
download | historical-e2a7f56499d0486a1b94ca9b5de8282efc1123ab.tar.gz historical-e2a7f56499d0486a1b94ca9b5de8282efc1123ab.tar.bz2 historical-e2a7f56499d0486a1b94ca9b5de8282efc1123ab.zip |
cute little gnome-vfs fix
Diffstat (limited to 'gnome-base/gnome-vfs')
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild b/gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild index 2ab217f9f23b..422f77fd7238 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-0.4.2.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-0.4.2.ebuild,v 1.1 2000/11/25 12:57:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild,v 1.2 2000/11/29 00:10:02 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,10 @@ DESCRIPTION="gnome-vfs" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND=">=gnome-base/gconf-0.10 - >=gnome-base/control-center-1.2.2" +DEPEND=" +>=gnome-base/gconf-0.10 +>=gnome-base/control-center-1.2.2 +>=gnome-base/gnome-libs-1.2.8" src_unpack() { unpack ${A} |