diff options
author | Timo Gurr <tgurr@gentoo.org> | 2009-09-29 00:26:05 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2009-09-29 00:26:05 +0000 |
commit | 74e3fe081bd4ffa471aef30aaa8ae6dcda6ce7c7 (patch) | |
tree | 8d8377932d49f2c47e81bc4dbcfcac56d2b67f62 /media-libs/celt | |
parent | Stable for HPPA (bug #286721). (diff) | |
download | gentoo-2-74e3fe081bd4ffa471aef30aaa8ae6dcda6ce7c7.tar.gz gentoo-2-74e3fe081bd4ffa471aef30aaa8ae6dcda6ce7c7.tar.bz2 gentoo-2-74e3fe081bd4ffa471aef30aaa8ae6dcda6ce7c7.zip |
Add fix for bug #281484.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/celt')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index 6cb2ed50ed89..e5a7b5a3b6fe 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.2 2009/09/12 12:58:30 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.3 2009/09/29 00:26:05 tgurr Exp $ + + 29 Sep 2009; Timo Gurr <tgurr@gentoo.org> celt-0.6.1.ebuild: + Add fix for bug #281484. 12 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> celt-0.6.1.ebuild: Keywording for ppc. diff --git a/media-libs/celt/celt-0.6.1.ebuild b/media-libs/celt/celt-0.6.1.ebuild index c13b6aec6fab..c9091622246d 100644 --- a/media-libs/celt/celt-0.6.1.ebuild +++ b/media-libs/celt/celt-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.6.1.ebuild,v 1.2 2009/09/12 12:58:30 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.6.1.ebuild,v 1.3 2009/09/29 00:26:05 tgurr Exp $ EAPI="2" @@ -25,7 +25,7 @@ src_unpack() { } src_configure() { - econf $(use_with ogg) + econf $(use_with ogg ogg /usr) } src_install() { |