diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-04-30 19:50:57 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-04-30 19:50:57 +0000 |
commit | b99dc7a8c3d3f5aed022957954cda3ba07876095 (patch) | |
tree | 82c134cafbff718dc2e578d63bec7eb3bdd351c3 /sys-fs/sshfs-fuse | |
parent | add armagetronad use flags (diff) | |
download | gentoo-2-b99dc7a8c3d3f5aed022957954cda3ba07876095.tar.gz gentoo-2-b99dc7a8c3d3f5aed022957954cda3ba07876095.tar.bz2 gentoo-2-b99dc7a8c3d3f5aed022957954cda3ba07876095.zip |
x86 stable; lets do the sshuffle
(Portage version: 2.1_pre10)
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 cc12030b826c..4e1217067904 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.14 2006/04/28 15:48:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.15 2006/04/30 19:50:57 tsunam Exp $ + + 30 Apr 2006; Joshua Jackson <tsunam@gentoo.org> sshfs-fuse-1.6.ebuild: + Stable on x86; bug #131196 28 Apr 2006; Joseph Jezak <josejx@gentoo.org> sshfs-fuse-1.6.ebuild: Marked ppc stable for 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 61e75b9f7fdb..ee236e7dc943 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.2 2006/04/28 15:48:27 josejx Exp $ +# $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 $ 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="" |