diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-03 18:32:05 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-03 18:32:05 +0000 |
commit | 49742d80fe5c48d882edf4c9e5d122487e637bb0 (patch) | |
tree | c44b1d526fbd7c3596277d0c97af000a627db4dd /sys-fs/sshfs-fuse | |
parent | Marked stable on amd64 per bug# 131196 (diff) | |
download | gentoo-2-49742d80fe5c48d882edf4c9e5d122487e637bb0.tar.gz gentoo-2-49742d80fe5c48d882edf4c9e5d122487e637bb0.tar.bz2 gentoo-2-49742d80fe5c48d882edf4c9e5d122487e637bb0.zip |
Marked stable on amd64 per bug# 131196
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 71a0d5a4eccd..aeb98fec5a65 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.16 2006/05/02 17:34:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.17 2006/05/03 18:32:05 dang Exp $ + + 03 May 2006; Daniel Gryniewicz <dang@gentoo.org> sshfs-fuse-1.6.ebuild: + Marked stable on amd64 per bug# 131196 02 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> sshfs-fuse-1.6.ebuild: Stable on sparc wrt #131196 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild index 074ce89be0e3..704599e817f7 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.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.6.ebuild,v 1.4 2006/05/02 17:34:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild,v 1.5 2006/05/03 18:32:05 dang Exp $ DESCRIPTION="Fuse-filesystem utilizing the sftp service." SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://fuse.sourceforge.net/" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.2.1 >=dev-libs/glib-2.4.2" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" SLOT="0" IUSE="" |