blob: 05b4c5f79c5a5a78bc01653c830cd60fe3723ce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit cornucopia_git
RDEPEND=">=dev-libs/glib-2.18.0
>=dev-libs/libgee-0.5.0
>=sys-apps/dbus-1.2.1
>=dev-libs/dbus-glib-0.76
>=media-libs/gstreamer-0.10.20
>=sys-mobilephone/libfso-glib-0.2.0
>=sys-mobilephone/libfsoresource-0.1.0
>=sys-mobilephone/libfsoframework-0.2.4"
DEPEND="${RDEPEND}
>=dev-lang/vala-0.7.9"
|