diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 8d518cc1404e..3065b99a96ff 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2007/09/22 13:11:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.34 2007/10/06 19:00:30 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + sshfs-fuse-1.8.ebuild: + Going back to ~ppc as per bug #192229 22 Sep 2007; Christian Faulhammer <opfer@gentoo.org> sshfs-fuse-1.7.ebuild: diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild index 7bb5723ed63d..e981739066b6 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.5 2007/08/13 21:55:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild,v 1.6 2007/10/06 19:00:30 dertobi123 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="" |