summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog5
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index 90b1f1c1d3c3..9fd7204eafe8 100644
--- a/sys-fs/sshfs-fuse/ChangeLog
+++ b/sys-fs/sshfs-fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/sshfs-fuse
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.2 2005/02/14 15:17:35 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.3 2005/02/27 17:19:59 genstef Exp $
+
+ 27 Feb 2005; Stefan Schweizer <genstef@gentoo.org> sshfs-fuse-1.0.ebuild:
+ Adding missing glib dep thanks to Raymond Page <pagerc@gmail.com> in bug 83458
14 Feb 2005; Danny van Dyk <kugelfang@gentoo.org> sshfs-fuse-1.0.ebuild:
Marked ~amd64.
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild
index 20d6383a597e..948602fa2302 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild,v 1.2 2005/02/14 15:17:35 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild,v 1.3 2005/02/27 17:19:59 genstef Exp $
DESCRIPTION="Fuse-filesystem utilizing the sftp service."
SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
HOMEPAGE="http://fuse.sourceforge.net/"
LICENSE="GPL-2"
-DEPEND=">=sys-fs/fuse-2.2_pre3"
+DEPEND=">=sys-fs/fuse-2.2_pre3
+ >=dev-libs/glib-2.4.2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""