diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-16 21:58:05 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-16 21:58:05 +0000 |
commit | 3e50b6da2613c9d3d9d4b2fd79d4c1b74795dca4 (patch) | |
tree | 86c4c7a6a3aba99891a5fd2572a63d7c137f9984 /sys-fs/sshfs-fuse | |
parent | Marking filezilla-3.5.3 ppc for bug 398285 (diff) | |
download | gentoo-2-3e50b6da2613c9d3d9d4b2fd79d4c1b74795dca4.tar.gz gentoo-2-3e50b6da2613c9d3d9d4b2fd79d4c1b74795dca4.tar.bz2 gentoo-2-3e50b6da2613c9d3d9d4b2fd79d4c1b74795dca4.zip |
marked x86 per bug 412147
(Portage version: 2.2.0_alpha100/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.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 6e3035774401..d36f28def2d8 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.62 2012/04/12 09:16:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.63 2012/04/16 21:58:05 jdhore Exp $ + + 16 Apr 2012; Jeff Horelick <jdhore@gentoo.org> sshfs-fuse-2.4.ebuild: + marked x86 per bug 412147 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> sshfs-fuse-2.4.ebuild: Add ~amd64-linux keyword diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index cbb9f0b1418e..4e904c4a4404 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.2 2012/04/12 09:16:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.3 2012/04/16 21:58:05 jdhore 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 ~x86-linux" SLOT="0" IUSE="" |