# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools DESCRIPTION="Another (FUSE based) union filesystem" HOMEPAGE="https://github.com/trapexit/mergerfs" SRC_URI="https://github.com/trapexit/mergerfs/releases/download/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="xattr" CDEPEND="sys-fs/fuse" DEPEND="${CDEPEND} xattr? ( sys-apps/attr ) virtual/pkgconfig" RDEPEND="${CDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-make.patch )