diff options
author | 2007-03-15 12:18:42 +0000 | |
---|---|---|
committer | 2007-03-15 12:18:42 +0000 | |
commit | 1b5a6aa3fe1425071604a9e9f0a7a949bb137695 (patch) | |
tree | 859810b8bc5f1174b33ca837b67d28ac1263e184 /games-strategy/wesnoth | |
parent | sdl-mixer no longer has the oggvorbis flag (diff) | |
download | historical-1b5a6aa3fe1425071604a9e9f0a7a949bb137695.tar.gz historical-1b5a6aa3fe1425071604a9e9f0a7a949bb137695.tar.bz2 historical-1b5a6aa3fe1425071604a9e9f0a7a949bb137695.zip |
sdl-mixer no longer has the oggvorbis flag
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.2.2.ebuild b/games-strategy/wesnoth/wesnoth-1.2.2.ebuild index 5641784fd811..8c5645f62522 100644 --- a/games-strategy/wesnoth/wesnoth-1.2.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.2.2.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/games-strategy/wesnoth/wesnoth-1.2.2.ebuild,v 1.2 2007/02/25 05:25:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.2.ebuild,v 1.3 2007/03/15 12:18:42 nyhm Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN}-${MY_PV} pkg_setup() { - if ! built_with_use -o media-libs/sdl-mixer vorbis oggvorbis ; then + if ! built_with_use media-libs/sdl-mixer vorbis ; then die "Please emerge media-libs/sdl-mixer with USE=vorbis" fi if ! built_with_use media-libs/sdl-image png ; then |