diff options
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 b90b1f4004e1..cc12030b826c 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.13 2006/03/25 21:23:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.14 2006/04/28 15:48:27 josejx Exp $ + + 28 Apr 2006; Joseph Jezak <josejx@gentoo.org> sshfs-fuse-1.6.ebuild: + Marked ppc stable for bug #131196. *sshfs-fuse-1.6 (25 Mar 2006) diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild index 32bf86110fe6..61e75b9f7fdb 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.1 2006/03/25 21:23:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.6.ebuild,v 1.2 2006/04/28 15:48:27 josejx 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="" |