diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-01-03 08:05:33 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-01-03 08:05:33 +0000 |
commit | 809bf2615abc9697feb687f4561a45cf11c736cd (patch) | |
tree | ad9431f4c6876a7362cbd491cae701c3b924553e /sys-fs | |
parent | Solving lazy bindings bug 76423, addressing unknown symbol in kernel 2.6.10 b... (diff) | |
download | gentoo-2-809bf2615abc9697feb687f4561a45cf11c736cd.tar.gz gentoo-2-809bf2615abc9697feb687f4561a45cf11c736cd.tar.bz2 gentoo-2-809bf2615abc9697feb687f4561a45cf11c736cd.zip |
It does not work with fuse 2.1, thanks to Jay Phelps <jayphelps@austin.rr.com> in bug 73975 for reporting and testing
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/encfs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/encfs/encfs-1.1.10.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/encfs/ChangeLog b/sys-fs/encfs/ChangeLog index 8dca95991bad..e9105106b426 100644 --- a/sys-fs/encfs/ChangeLog +++ b/sys-fs/encfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/encfs -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/ChangeLog,v 1.1 2004/11/20 19:45:13 genstef Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/ChangeLog,v 1.2 2005/01/03 08:05:33 genstef Exp $ + + 03 Jan 2005; Stefan Schweizer <genstef@gentoo.org> encfs-1.1.10.ebuild: + It does not work with fuse 2.1, thanks to Jay Phelps + <jayphelps@austin.rr.com> in bug 73975 for reporting and testing *encfs-1.1.10 (20 Nov 2004) diff --git a/sys-fs/encfs/encfs-1.1.10.ebuild b/sys-fs/encfs/encfs-1.1.10.ebuild index a86f68f9dabe..f5bb9ae1fd50 100644 --- a/sys-fs/encfs/encfs-1.1.10.ebuild +++ b/sys-fs/encfs/encfs-1.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ @@ -7,7 +7,7 @@ SRC_URI="http://arg0.net/users/vgough/download/${P}-1.tgz" HOMEPAGE="http://arg0.net/users/vgough/encfs.html" LICENSE="GPL-2" RDEPEND=">=dev-libs/openssl-0.9.7 - >=sys-fs/fuse-1.1 + <sys-fs/fuse-1.9 dev-libs/rlog" DEPEND="${RDEPEND}" KEYWORDS="~x86" |