diff options
author | 2007-06-13 13:30:56 +0000 | |
---|---|---|
committer | 2007-06-13 13:30:56 +0000 | |
commit | a3d6988b3b9fbf94b44b714cb75d8c875f006a52 (patch) | |
tree | f3b98dce8e3b62f0aa5e2582f43a659e4391976b /sys-fs | |
parent | Stable on sparc wrt #180561 (diff) | |
download | gentoo-2-a3d6988b3b9fbf94b44b714cb75d8c875f006a52.tar.gz gentoo-2-a3d6988b3b9fbf94b44b714cb75d8c875f006a52.tar.bz2 gentoo-2-a3d6988b3b9fbf94b44b714cb75d8c875f006a52.zip |
Stable on amd64 wrt bug 181416
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index d93c5db1c8a1..22c2944d6f5f 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.29 2007/05/21 19:31:53 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.30 2007/06/13 13:30:56 angelos Exp $ + + 13 Jun 2007; Christoph Mende <angelos@gentoo.org> sshfs-fuse-1.8.ebuild: + Stable on amd64 wrt bug 181416 21 May 2007; Stefan Schweizer <genstef@gentoo.org> sshfs-fuse-1.8.ebuild: remove pre-stripped binary thanks betelgeuse in bug 179344 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild index fe243efe0afc..00da3bd4c44a 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild,v 1.2 2007/05/21 19:31:53 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild,v 1.3 2007/06/13 13:30:56 angelos Exp $ inherit eutils @@ -12,7 +12,7 @@ DEPEND=">=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2" RDEPEND="${DEPEND} >=net-misc/openssh-4.3" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="" |