diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-15 09:36:43 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-15 09:36:43 +0000 |
commit | 8a29b7a76327ce3aba09b1f5b2284c238b54287a (patch) | |
tree | 8a1f0caa2fa0230171d857e76b3cb9bbedf98e0a /sys-fs/sshfs-fuse | |
parent | Stable on ppc wrt bug 213041 (diff) | |
download | gentoo-2-8a29b7a76327ce3aba09b1f5b2284c238b54287a.tar.gz gentoo-2-8a29b7a76327ce3aba09b1f5b2284c238b54287a.tar.bz2 gentoo-2-8a29b7a76327ce3aba09b1f5b2284c238b54287a.zip |
Stable on ppc wrt bug 211018
(Portage version: 2.1.4.4)
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-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index f150f3a763f8..fd28e56effd2 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.40 2008/03/13 09:27:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.41 2008/03/15 09:36:43 nixnut Exp $ + + 15 Mar 2008; nixnut <nixnut@gentoo.org> sshfs-fuse-1.9.ebuild: + Stable on ppc wrt bug 211018 13 Mar 2008; Markus Rothe <corsair@gentoo.org> sshfs-fuse-1.9.ebuild: Stable on ppc64; bug #211018 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild index cb3a7037a356..33c21777cf58 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.9.ebuild,v 1.4 2008/03/13 09:27:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.5 2008/03/15 09:36:43 nixnut 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="" |