diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-27 12:36:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-27 12:36:37 +0000 |
commit | dd8394056b268efd7e6c7a2c2eb694ed94336d4e (patch) | |
tree | 5d328a4a01c388b912efeb60dc9d4608b66240c1 /sys-fs | |
parent | stable x86, security bug 264598 (diff) | |
download | gentoo-2-dd8394056b268efd7e6c7a2c2eb694ed94336d4e.tar.gz gentoo-2-dd8394056b268efd7e6c7a2c2eb694ed94336d4e.tar.bz2 gentoo-2-dd8394056b268efd7e6c7a2c2eb694ed94336d4e.zip |
stable x86, bug 256975
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index e18d6a9af2dd..0913fd51211d 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.44 2009/07/06 19:14:18 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.45 2009/08/27 12:36:37 fauli Exp $ + + 27 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + sshfs-fuse-2.2.ebuild: + stable x86, bug 256975 *sshfs-fuse-2.2 (06 Jul 2009) diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild index 89e0c3e9e658..5be215fbab77 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.1 2009/07/06 19:14:18 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild,v 1.2 2009/08/27 12:36:37 fauli 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="" |