diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-02-09 19:18:55 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-02-09 19:18:55 +0000 |
commit | 0ccc58186b6c66dfb4f6fd5cd7370df73ba9d08d (patch) | |
tree | 102168ed2435e37bf8db1fdb898388658ace58b4 | |
parent | Mask Rails 2.2 due to bug 354249. (diff) | |
download | gentoo-2-0ccc58186b6c66dfb4f6fd5cd7370df73ba9d08d.tar.gz gentoo-2-0ccc58186b6c66dfb4f6fd5cd7370df73ba9d08d.tar.bz2 gentoo-2-0ccc58186b6c66dfb4f6fd5cd7370df73ba9d08d.zip |
add ~arm, tested by myself
(Portage version: 2.1.9.39/cvs/Linux i686)
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 963bac87578f..46a329bfe020 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.50 2010/05/22 11:30:07 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.51 2011/02/09 19:18:55 darkside Exp $ + + 09 Feb 2011; Jeremy Olexa <darkside@gentoo.org> sshfs-fuse-2.2.ebuild: + add ~arm, tested by myself 22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove genstef from metadata.xml (#66339) diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild index b769fa8e3c5f..2e7ee9cd36d7 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 +# 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.2.ebuild,v 1.6 2009/10/10 15:27:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild,v 1.7 2011/02/09 19:18:55 darkside 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 ~arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |