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 | d29091a792a419743546364663d6e3761a9be354 (patch) | |
tree | e363e7ac072e2096e8bc0c9e2524752fd7157af1 /media-sound/murmur | |
parent | Removed mumble-0.9.4_missing-typdefs.patch thanks to Gorch wrt bug #165927 (diff) | |
download | gentoo-2-d29091a792a419743546364663d6e3761a9be354.tar.gz gentoo-2-d29091a792a419743546364663d6e3761a9be354.tar.bz2 gentoo-2-d29091a792a419743546364663d6e3761a9be354.zip |
Fix speex depend thanks to Gorch wrt bug #165927
(Portage version: 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" |