diff options
author | Markus Meier <maekke@gentoo.org> | 2009-09-05 21:38:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-09-05 21:38:42 +0000 |
commit | 8d52dcdb354fcfe52890bc9d4e1ca8428c3d93bf (patch) | |
tree | f517396c0f6f5e6e1f20033b8181ae978490e5af /sys-fs | |
parent | amd64/x86 stable, bug #249488 (diff) | |
download | gentoo-2-8d52dcdb354fcfe52890bc9d4e1ca8428c3d93bf.tar.gz gentoo-2-8d52dcdb354fcfe52890bc9d4e1ca8428c3d93bf.tar.bz2 gentoo-2-8d52dcdb354fcfe52890bc9d4e1ca8428c3d93bf.zip |
amd64 stable, bug #256975
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index af9386066cd3..3b402d33d585 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.46 2009/08/31 17:32:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.47 2009/09/05 21:38:41 maekke Exp $ + + 05 Sep 2009; Markus Meier <maekke@gentoo.org> sshfs-fuse-2.2.ebuild: + amd64 stable, bug #256975 31 Aug 2009; Brent Baude <ranger@gentoo.org> sshfs-fuse-2.2.ebuild: Marking sshfs-fuse-2.2 ppc64 for bug 256975 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild index 84a2378a401d..40111eaa26bf 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2.ebuild,v 1.3 2009/08/31 17:32:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild,v 1.4 2009/09/05 21:38:42 maekke Exp $ EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |