diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-22 13:11:36 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-22 13:11:36 +0000 |
commit | 76fc09373077ec2bc1a891d97505ccef04e6e4fe (patch) | |
tree | 36bd0153c711595bb23f15b3c00f8229aedf43d8 /sys-fs | |
parent | Added patch to fix compile problem with gcc-4.2. (diff) | |
download | gentoo-2-76fc09373077ec2bc1a891d97505ccef04e6e4fe.tar.gz gentoo-2-76fc09373077ec2bc1a891d97505ccef04e6e4fe.tar.bz2 gentoo-2-76fc09373077ec2bc1a891d97505ccef04e6e4fe.zip |
stable x86, bug 193331
(Portage version: 2.1.3.9)
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 75b75542a248..8d518cc1404e 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.32 2007/08/13 21:55:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.33 2007/09/22 13:11:36 opfer Exp $ + + 22 Sep 2007; Christian Faulhammer <opfer@gentoo.org> + sshfs-fuse-1.7.ebuild: + stable x86, bug 193331 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> sshfs-fuse-1.8.ebuild: diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild index 95688dff9947..bc25f3f616b4 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-2007 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.4 2007/05/03 02:38:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild,v 1.5 2007/09/22 13:11:36 opfer Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |