diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-13 10:40:56 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-13 10:40:56 +0000 |
commit | 5854d6d8cea4f3216242716f665d626106b97cab (patch) | |
tree | 801e7d485769244c279cf89892f9ead7210230d0 /sys-fs | |
parent | Stable on ppc64; bug #192850 (diff) | |
download | gentoo-2-5854d6d8cea4f3216242716f665d626106b97cab.tar.gz gentoo-2-5854d6d8cea4f3216242716f665d626106b97cab.tar.bz2 gentoo-2-5854d6d8cea4f3216242716f665d626106b97cab.zip |
Stable on ppc64; bug #193331
(Portage version: 2.1.3.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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 3065b99a96ff..25449f9ccfb6 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.34 2007/10/06 19:00:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.35 2007/10/13 10:40:56 corsair Exp $ + + 13 Oct 2007; Markus Rothe <corsair@gentoo.org> sshfs-fuse-1.7.ebuild: + Stable on ppc64; bug #193331 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> sshfs-fuse-1.8.ebuild: diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild index bc25f3f616b4..094612cb4837 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.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.7.ebuild,v 1.5 2007/09/22 13:11:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild,v 1.6 2007/10/13 10:40:56 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |