diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-18 11:39:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-18 11:39:32 +0000 |
commit | 0cb26f64898aa4bf19ed6e03534104ddb5816be1 (patch) | |
tree | 9d39364d0f2be3febb4ae84ecfd04daedadb2c5e | |
parent | New release (1.6.0) (Manifest recommit) (diff) | |
download | gentoo-2-0cb26f64898aa4bf19ed6e03534104ddb5816be1.tar.gz gentoo-2-0cb26f64898aa4bf19ed6e03534104ddb5816be1.tar.bz2 gentoo-2-0cb26f64898aa4bf19ed6e03534104ddb5816be1.zip |
Disable festival support
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.16.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index 28e0e81408d8..f07a4e9f025c 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.1 2004/09/10 20:40:27 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.2 2004/09/18 11:39:32 aliz Exp $ + + 18 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythphone-0.16.ebuild: + Disable festival support becuse it's currently broken, bug #64503. *mythphone-0.16 (10 Sep 2004) diff --git a/media-plugins/mythphone/mythphone-0.16.ebuild b/media-plugins/mythphone/mythphone-0.16.ebuild index 69a0e3e72ae3..ec261156a83a 100644 --- a/media-plugins/mythphone/mythphone-0.16.ebuild +++ b/media-plugins/mythphone/mythphone-0.16.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.16.ebuild,v 1.1 2004/09/10 20:38:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.16.ebuild,v 1.2 2004/09/18 11:39:32 aliz Exp $ inherit myth eutils DESCRIPTION="Phone and video calls with SIP." HOMEPAGE="http://www.mythtv.org/" SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" -IUSE="debug nls festival" +IUSE="debug nls" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" @@ -27,7 +27,10 @@ src_unpack() { } src_compile() { - econf `use_enable festival` || die + econf || die + + # currently broken, #64503 + #`use_enable festival` myth_src_compile } |