diff options
author | 2007-08-13 21:55:06 +0000 | |
---|---|---|
committer | 2007-08-13 21:55:06 +0000 | |
commit | 6c15a86f72ea682c713f41b96a4b38e814dabed3 (patch) | |
tree | 7bb6c15ed75af79bd618577a85efc4fb0468daf4 /sys-fs/sshfs-fuse | |
parent | old (diff) | |
download | gentoo-2-6c15a86f72ea682c713f41b96a4b38e814dabed3.tar.gz gentoo-2-6c15a86f72ea682c713f41b96a4b38e814dabed3.tar.bz2 gentoo-2-6c15a86f72ea682c713f41b96a4b38e814dabed3.zip |
ppc. stable
(Portage version: 2.1.3.5)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-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 368aa37fd123..75b75542a248 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.31 2007/06/15 13:13:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.32 2007/08/13 21:55:06 dertobi123 Exp $ + + 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + sshfs-fuse-1.8.ebuild: + ppc. stable 15 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> sshfs-fuse-1.8.ebuild: Stable on sparc diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild index 026ce40abf32..7bb5723ed63d 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.4 2007/06/15 13:13:54 gustavoz Exp $ +# $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 $ 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="" |