diff options
author | 2009-09-11 21:54:52 +0000 | |
---|---|---|
committer | 2009-09-11 21:54:52 +0000 | |
commit | 6e88484fb435c6f18b1d476f32c2619733bfa6ad (patch) | |
tree | 66d17d790e7e3214891391f120e08f77125a9ceb /games-engines/scummvm | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-6e88484fb435c6f18b1d476f32c2619733bfa6ad.tar.gz gentoo-2-6e88484fb435c6f18b1d476f32c2619733bfa6ad.tar.bz2 gentoo-2-6e88484fb435c6f18b1d476f32c2619733bfa6ad.zip |
--disable-mpeg2 went away (bug #284644)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.0.0_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index fe384e4bb389..eae684334933 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.78 2009/09/10 16:59:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.79 2009/09/11 21:54:52 mr_bones_ Exp $ + + 11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> + scummvm-1.0.0_rc1.ebuild: + --disable-mpeg2 went away (bug #284644) *scummvm-1.0.0_rc1 (10 Sep 2009) diff --git a/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild b/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild index 9b764337c878..6455de0b829b 100644 --- a/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild +++ b/games-engines/scummvm/scummvm-1.0.0_rc1.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/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild,v 1.1 2009/09/10 16:59:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild,v 1.2 2009/09/11 21:54:52 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -51,7 +51,7 @@ src_configure() { ( use vorbis || use ogg ) \ && myconf="${myconf} --enable-vorbis" \ - || myconf="${myconf} --disable-vorbis --disable-mpeg2" + || myconf="${myconf} --disable-vorbis" # bug #137547 use fluidsynth || myconf="${myconf} --disable-fluidsynth" |