aboutsummaryrefslogtreecommitdiff
blob: f8b341cc23beddb3a5047d3f5b7abc3d80601f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit cornucopia_git
EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"

IUSE="debug"

RDEPEND=">=dev-libs/glib-2.22.0
	>=dev-libs/libgee-0.5.0
	>=sys-mobilephone/libfsobasics-0.9.9"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.8.1.1"

src_configure()
{
	econf \
		$(use_enable debug)
}