sys-fs/fatsort: Fix bug #707726 building with -fno-common.
[gentoo.git] / sys-fs / ldapfuse / ldapfuse-1.0-r2.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
7 HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13
14 RDEPEND="
15         net-nds/openldap
16         sys-fs/fuse:0
17         >=sys-libs/libhx-3.12"
18
19 DEPEND="
20         ${RDEPEND}
21         app-arch/xz-utils
22         virtual/pkgconfig"
23
24 DOCS=( doc/changelog.txt doc/rfcs.txt )