Drop arm-linux keyword from tree.
[gentoo.git] / net-fs / sshfs / sshfs-2.8.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Fuse-filesystem utilizing the sftp service"
7 HOMEPAGE="https://github.com/libfuse/sshfs"
8 SRC_URI="https://github.com/libfuse/${PN}/releases/download/${PN}_${PV}/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
12 SLOT="0"
13
14 CDEPEND=">=sys-fs/fuse-2.6.0_pre3
15         >=dev-libs/glib-2.4.2"
16 RDEPEND="${CDEPEND}
17         >=net-misc/openssh-4.4"
18 DEPEND="${CDEPEND}
19         virtual/pkgconfig"
20
21 DOCS=( ChangeLog AUTHORS )