summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-03-15 12:18:42 +0000
committerTristan Heaven <tristan@gentoo.org>2007-03-15 12:18:42 +0000
commit1b5a6aa3fe1425071604a9e9f0a7a949bb137695 (patch)
tree859810b8bc5f1174b33ca837b67d28ac1263e184 /games-strategy/wesnoth
parentsdl-mixer no longer has the oggvorbis flag (diff)
downloadhistorical-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.ebuild4
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