diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 21:50:17 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 21:50:17 +0000 |
commit | ad1b9ef6a23720a23155bdf3d7c49be2c7883cc6 (patch) | |
tree | 8e98fe2d94aaeff4dc0151c8d69ccd11c9213c44 /sys-fs | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-ad1b9ef6a23720a23155bdf3d7c49be2c7883cc6.tar.gz gentoo-2-ad1b9ef6a23720a23155bdf3d7c49be2c7883cc6.tar.bz2 gentoo-2-ad1b9ef6a23720a23155bdf3d7c49be2c7883cc6.zip |
Depend on the correct fuse version thanks to Sören Brunk <soerenbrunk@web.de> in bug 146190
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 47acbf601084..c1d034e6af5b 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/sshfs-fuse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.23 2006/08/30 21:36:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.24 2006/09/03 21:50:17 genstef Exp $ + + 03 Sep 2006; Stefan Schweizer <genstef@gentoo.org> sshfs-fuse-1.7.ebuild: + Depend on the correct fuse version thanks to Sören Brunk + <soerenbrunk@web.de> in bug 146190 *sshfs-fuse-1.7 (30 Aug 2006) diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild index 2f10fad06f02..82fec749075f 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.7.ebuild,v 1.1 2006/08/30 21:36:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild,v 1.2 2006/09/03 21:50:17 genstef Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Fuse-filesystem utilizing the sftp service." SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" -DEPEND=">=sys-fs/fuse-2.2.1 +DEPEND=">=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" |