diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-05-02 17:34:53 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-05-02 17:34:53 +0000 |
commit | e3b9b317fa13a16487d3dde5c2c5ee9444a8d5a8 (patch) | |
tree | a136c482aff03a326db30d1a149077e21a6a163c /sys-fs/sshfs-fuse | |
parent | Stable on sparc wrt #132025 (diff) | |
download | historical-e3b9b317fa13a16487d3dde5c2c5ee9444a8d5a8.tar.gz historical-e3b9b317fa13a16487d3dde5c2c5ee9444a8d5a8.tar.bz2 historical-e3b9b317fa13a16487d3dde5c2c5ee9444a8d5a8.zip |
Stable on sparc wrt #131196
Package-Manager: portage-2203-svn
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 4e1217067904..71a0d5a4eccd 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.15 2006/04/30 19:50:57 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.16 2006/05/02 17:34:53 gustavoz Exp $ + + 02 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> sshfs-fuse-1.6.ebuild: + Stable on sparc wrt #131196 30 Apr 2006; Joshua Jackson <tsunam@gentoo.org> sshfs-fuse-1.6.ebuild: Stable on x86; bug #131196 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild index ee236e7dc943..074ce89be0e3 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.3 2006/04/30 19:50:57 tsunam Exp $ +# $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 $ 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="" |