blob: 0ad7618a20d08039f26b85e8d8839668cb22799b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.21_p16468.ebuild,v 1.1 2008/03/09 20:47:07 cardoe Exp $
inherit mythtv-plugins subversion
DESCRIPTION="Phone and video calls with SIP."
IUSE="festival"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="festival? ( app-accessibility/festival )"
DEPEND="${RDEPEND}"
MTVCONF=$(use_enable festival)
|