diff options
author | 2013-02-22 17:30:08 +0000 | |
---|---|---|
committer | 2013-02-22 17:30:08 +0000 | |
commit | cf6a00e16b5040ac03d1eeebc9bef6747aa7a13b (patch) | |
tree | 8014cab1a03c9512823e06ec8fe8698e253016f5 /sys-fs/sshfs-fuse | |
parent | Stable for ppc, wrt bug #458674 (diff) | |
download | gentoo-2-cf6a00e16b5040ac03d1eeebc9bef6747aa7a13b.tar.gz gentoo-2-cf6a00e16b5040ac03d1eeebc9bef6747aa7a13b.tar.bz2 gentoo-2-cf6a00e16b5040ac03d1eeebc9bef6747aa7a13b.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index cc7ba7eda160..a2812141a600 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.68 2013/01/20 13:17:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.69 2013/02/22 17:30:08 zmedico Exp $ + + 22 Feb 2013; Zac Medico <zmedico@gentoo.org> sshfs-fuse-2.4.ebuild: + Add ~arm-linux keyword. 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sshfs-fuse-2.4.ebuild: Stable for arm, wrt bug #412147 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index f4dc9f0df5ba..b781caff0800 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.4.ebuild,v 1.7 2013/01/20 13:17:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.8 2013/02/22 17:30:08 zmedico 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 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" IUSE="" |