aboutsummaryrefslogtreecommitdiff
blob: 4a6aeede14b9ae7cc543d8ed555493b5a7f08f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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="+ppp +mux debug"

RDEPEND=">=dev-libs/glib-2.18.0
	>=dev-libs/libgee-0.5.0
	>=sys-apps/dbus-1.2.1
	>=dev-libs/libxml2-2.7.3
	>=dev-libs/dbus-glib-0.76
	mux? ( >=sys-mobilephone/libgsm0710mux-0.3.4 )
	>=sys-mobilephone/libfso-glib-2010.05.11.2
	>=sys-mobilephone/libfsoframework-0.2.3
	>=sys-mobilephone/libfsoresource-0.1.0
	>=sys-mobilephone/libfsotransport-0.9.5.9"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.9"

src_configure()
{
	econf \
		$(use_enable mux libgsm0710mux) \
		$(use_enable ppp ppp-support) \
		$(use_enable debug)
}