mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Upgraded the sshfs-fuse Portage package
Upgraded sys-fs/sshfs-fuse to version 2.3 on arm, x86 sshfs-fuse is only used by gmerge BUG=chromium-os:21239 TEST=on both x86 and arm: ran gmerge sshfs-fuse twice (VERY recursive :) Change-Id: I1a3c619f0c5ccd7e9bd27db5e4b41ace5c059473 Reviewed-on: http://gerrit.chromium.org/gerrit/10057 Reviewed-by: Matt Tennant <mtennant@chromium.org> Tested-by: Luigi Semenzato <semenzato@chromium.org> Commit-Ready: Luigi Semenzato <semenzato@chromium.org>
This commit is contained in:
parent
464e01bf8c
commit
e6b7d215cf
28
sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.6 2011/09/24 16:44:55 armin76 Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Fuse-filesystem utilizing the sftp service."
|
||||
SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
|
||||
HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
CDEPEND=">=sys-fs/fuse-2.6.0_pre3
|
||||
>=dev-libs/glib-2.4.2"
|
||||
RDEPEND="${CDEPEND}
|
||||
>=net-misc/openssh-4.3"
|
||||
DEPEND="${CDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
|
||||
|
||||
src_configure() {
|
||||
# hack not needed with >=net-misc/openssh-4.3
|
||||
econf --disable-sshnodelay
|
||||
}
|
Loading…
Reference in New Issue
Block a user