diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-29 04:39:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-29 04:39:35 +0000 |
commit | e7794ea4d7257faea0e1de0a07cb7172b3a5795a (patch) | |
tree | 6752722ba46a66fcddf549283932ebc1f0ce8ac8 /sys-fs/sshfs-fuse | |
parent | Add ~x86-linux keyword. (diff) | |
download | historical-e7794ea4d7257faea0e1de0a07cb7172b3a5795a.tar.gz historical-e7794ea4d7257faea0e1de0a07cb7172b3a5795a.tar.bz2 historical-e7794ea4d7257faea0e1de0a07cb7172b3a5795a.zip |
Add ~x86-linux keyword.
Package-Manager: portage-2.2.0_alpha47_p6/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 ad55f6f0a9c3..7c66cf91ce3c 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.54 2011/07/16 00:46:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.55 2011/07/29 04:39:35 zmedico Exp $ + + 29 Jul 2011; Zac Medico <zmedico@gentoo.org> sshfs-fuse-2.3.ebuild: + Add ~x86-linux keyword. 16 Jul 2011; Tim Harder <radhermit@gentoo.org> -sshfs-fuse-1.9.ebuild, -sshfs-fuse-2.1.ebuild: diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild index 24e9b1d7b2ba..805cd0f5d2e6 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.2 2011/07/16 00:44:29 radhermit Exp $ +# $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 $ 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" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux" SLOT="0" IUSE="" |