diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-09-04 17:50:33 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-09-04 17:50:33 +0000 |
commit | ad4412a110ce27277806bb4d9dd5d1bd6d1d734f (patch) | |
tree | 9a9d73218f7df0722b49ea0c35a6bc17c6228f61 /sys-fs/sshfs-fuse | |
parent | x86 stable wrt bug #381639 (diff) | |
download | gentoo-2-ad4412a110ce27277806bb4d9dd5d1bd6d1d734f.tar.gz gentoo-2-ad4412a110ce27277806bb4d9dd5d1bd6d1d734f.tar.bz2 gentoo-2-ad4412a110ce27277806bb4d9dd5d1bd6d1d734f.zip |
x86 stable wrt bug #381641
(Portage version: 2.1.10.11/cvs/Linux i686)
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-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 7c66cf91ce3c..43c246bdae75 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.55 2011/07/29 04:39:35 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.56 2011/09/04 17:50:33 phajdan.jr Exp $ + + 04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sshfs-fuse-2.3.ebuild: + x86 stable wrt bug #381641 29 Jul 2011; Zac Medico <zmedico@gentoo.org> sshfs-fuse-2.3.ebuild: Add ~x86-linux keyword. diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild index 805cd0f5d2e6..126785c31eb8 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.3 2011/07/29 04:39:35 zmedico Exp $ +# $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 $ 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="" |