diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-04 19:49:40 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-04 19:49:40 +0000 |
commit | 2712100da1aa830179341db73c0d88134097df8d (patch) | |
tree | 593cadb69e9119a5c1f39a63defd23c76fbf9800 /sys-fs/sshfs-fuse | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-2712100da1aa830179341db73c0d88134097df8d.tar.gz gentoo-2-2712100da1aa830179341db73c0d88134097df8d.tar.bz2 gentoo-2-2712100da1aa830179341db73c0d88134097df8d.zip |
Marked stable based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #381641 filed by Tim "radhermit" Harder.
(Portage version: 2.1.10.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 43c246bdae75..a880d6e0ec55 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.56 2011/09/04 17:50:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.57 2011/09/04 19:49:40 chainsaw Exp $ + + 04 Sep 2011; Tony Vroon <chainsaw@gentoo.org> sshfs-fuse-2.3.ebuild: + Marked stable based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" + Delaney in bug #381641 filed by Tim "radhermit" Harder. 04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sshfs-fuse-2.3.ebuild: x86 stable wrt bug #381641 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild index 126785c31eb8..f38aed7543ea 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.4 2011/09/04 17:50:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.5 2011/09/04 19:49:40 chainsaw Exp $ EAPI="4" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-linux" SLOT="0" IUSE="" |