]> Pileus Git - ~andy/sunrise/blob - sys-fs/funionfs/funionfs-0.4.3.ebuild
net-misc/wolman: Fix qt deps
[~andy/sunrise] / sys-fs / funionfs / funionfs-0.4.3.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit base
6
7 DESCRIPTION="A union filesystem for FUSE"
8 HOMEPAGE="http://funionfs.apiou.org/"
9 SRC_URI="http://funionfs.apiou.org/file/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="sys-fs/fuse"
17 RDEPEND="${DEPEND}"