summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-02-27 17:19:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-02-27 17:19:59 +0000
commita8b100a0cad61ca06bbad67d24ba2bbdaf6386c4 (patch)
treefaa8a07fa3680831f9a0996168da75dfeead572b /sys-fs/sshfs-fuse
parentVersion bump, bug #83402 (diff)
downloadgentoo-2-a8b100a0cad61ca06bbad67d24ba2bbdaf6386c4.tar.gz
gentoo-2-a8b100a0cad61ca06bbad67d24ba2bbdaf6386c4.tar.bz2
gentoo-2-a8b100a0cad61ca06bbad67d24ba2bbdaf6386c4.zip
Adding missing glib dep thanks to Raymond Page <pagerc@gmail.com> in bug 83458
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-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=""