diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 12:12:50 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 12:12:50 +0000 |
commit | 58cd3711261de9073fb8d79ba83bd9c1c2d2a3d1 (patch) | |
tree | f0bc1f606ed58b4f397dba8b484b28e8fb70aab9 /games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild | |
parent | Add a -s to ssh-agent per bug #170962 (diff) | |
download | gentoo-2-58cd3711261de9073fb8d79ba83bd9c1c2d2a3d1.tar.gz gentoo-2-58cd3711261de9073fb8d79ba83bd9c1c2d2a3d1.tar.bz2 gentoo-2-58cd3711261de9073fb8d79ba83bd9c1c2d2a3d1.zip |
sdl-mixer no longer has the oggvorbis flag
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild')
-rw-r--r-- | games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild b/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild index 6937457eb633..c576d6aed2e0 100644 --- a/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild +++ b/games-simulation/lincity-ng/lincity-ng-1.1.0.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-simulation/lincity-ng/lincity-ng-1.1.0.ebuild,v 1.1 2007/02/20 08:38:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.1.0.ebuild,v 1.2 2007/03/15 12:12:50 nyhm Exp $ inherit eutils games @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} pkg_setup() { games_pkg_setup - if ! built_with_use -o media-libs/sdl-mixer vorbis oggvorbis ; then + if ! built_with_use media-libs/sdl-mixer vorbis ; then eerror "lincity-ng doesn't work properly if" eerror "sdl-mixer is built without vorbis support" die "Please emerge sdlmixer with USE=vorbis" |