diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-12 07:21:13 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-12 07:21:13 +0000 |
commit | 9e54c89c14bf5940c18269e0bddd686d8f9f7b2f (patch) | |
tree | dbd8261e375c0ad8bb532de6261d9f5489742a38 /sys-fs/sshfs-fuse | |
parent | add missing quotes around ewarn argument (diff) | |
download | gentoo-2-9e54c89c14bf5940c18269e0bddd686d8f9f7b2f.tar.gz gentoo-2-9e54c89c14bf5940c18269e0bddd686d8f9f7b2f.tar.bz2 gentoo-2-9e54c89c14bf5940c18269e0bddd686d8f9f7b2f.zip |
stable x86, bug 211018
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 11dc1590bb57..a205646d1162 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.37 2007/12/17 22:40:57 genstef Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.38 2008/03/12 07:21:13 opfer Exp $ + + 12 Mar 2008; Christian Faulhammer <opfer@gentoo.org> + sshfs-fuse-1.9.ebuild: + stable x86, bug 211018 *sshfs-fuse-1.9 (17 Dec 2007) diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild index 11149e915733..991c77a58767 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-2007 Gentoo Foundation +# 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.1 2007/12/17 22:40:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.2 2008/03/12 07:21:13 opfer 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="" |