diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-08 18:48:24 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-02-08 18:48:24 +0000 |
commit | 3bb972dba40620b9d5279a23a6d1181b7cd1b0a4 (patch) | |
tree | 22ca45ea2adef11af9738cbefd7a75ab5b72b38d /media-sound/murmur | |
parent | Removed mumble-0.9.4_missing-typdefs.patch thanks to Gorch wrt bug #165927 (diff) | |
download | historical-3bb972dba40620b9d5279a23a6d1181b7cd1b0a4.tar.gz historical-3bb972dba40620b9d5279a23a6d1181b7cd1b0a4.tar.bz2 historical-3bb972dba40620b9d5279a23a6d1181b7cd1b0a4.zip |
Fix speex depend thanks to Gorch wrt bug #165927
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'media-sound/murmur')
-rw-r--r-- | media-sound/murmur/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/murmur/murmur-0.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/murmur/ChangeLog b/media-sound/murmur/ChangeLog index 013faba28471..2e87ac9993bc 100644 --- a/media-sound/murmur/ChangeLog +++ b/media-sound/murmur/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/murmur # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/murmur/ChangeLog,v 1.1 2007/01/20 17:17:03 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/murmur/ChangeLog,v 1.2 2007/02/08 18:48:24 drizzt Exp $ + + 08 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> murmur-0.9.4.ebuild: + Fix speex depend thanks to Gorch wrt bug #165927 *murmur-0.9.4 (20 Jan 2007) diff --git a/media-sound/murmur/murmur-0.9.4.ebuild b/media-sound/murmur/murmur-0.9.4.ebuild index 0355bab42715..162031990191 100644 --- a/media-sound/murmur/murmur-0.9.4.ebuild +++ b/media-sound/murmur/murmur-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/murmur/murmur-0.9.4.ebuild,v 1.1 2007/01/20 17:17:03 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/murmur/murmur-0.9.4.ebuild,v 1.2 2007/02/08 18:48:24 drizzt Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" DEPEND="dev-libs/boost =x11-libs/qt-4* - media-libs/speex + >=media-libs/speex-1.1.12 media-libs/alsa-lib x11-libs/libXevie" |