diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 09:16:24 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 09:16:24 +0000 |
commit | e34f9a9815a0f82f69efd6018efed47e6f0614d3 (patch) | |
tree | dd648f3349b1e4033965beb08f9facd173dffe71 /sys-fs/sshfs-fuse | |
parent | Add ~amd64-linux keyword (diff) | |
download | gentoo-2-e34f9a9815a0f82f69efd6018efed47e6f0614d3.tar.gz gentoo-2-e34f9a9815a0f82f69efd6018efed47e6f0614d3.tar.bz2 gentoo-2-e34f9a9815a0f82f69efd6018efed47e6f0614d3.zip |
Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
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 5e14d854dd92..6e3035774401 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.61 2012/03/09 12:21:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.62 2012/04/12 09:16:24 xarthisius Exp $ + + 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> sshfs-fuse-2.4.ebuild: + Add ~amd64-linux keyword 09 Mar 2012; Tim Harder <radhermit@gentoo.org> -sshfs-fuse-2.2.ebuild: Remove old. diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index 6535d8748844..cbb9f0b1418e 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-2012 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.1 2012/03/09 12:20:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.2 2012/04/12 09:16:24 xarthisius 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 ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" IUSE="" |