diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-19 00:58:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-19 00:58:31 +0000 |
commit | 517a88d3187d74162aaf70d330ca858eef297337 (patch) | |
tree | 994a23823a1616a5bd6c2a7d7a2bc54b2277b302 /games-simulation/lincity-ng | |
parent | libtool lovin (diff) | |
download | gentoo-2-517a88d3187d74162aaf70d330ca858eef297337.tar.gz gentoo-2-517a88d3187d74162aaf70d330ca858eef297337.tar.bz2 gentoo-2-517a88d3187d74162aaf70d330ca858eef297337.zip |
games_pkg_setup after built_with_use check
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-simulation/lincity-ng')
-rw-r--r-- | games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild b/games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild index 3475b8930381..a314e74916d6 100644 --- a/games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild +++ b/games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.0.3.ebuild,v 1.2 2006/04/17 13:23:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-1.0.3.ebuild,v 1.3 2006/04/19 00:58:31 mr_bones_ Exp $ inherit eutils games @@ -33,12 +33,12 @@ DEPEND="${RDEPEND} >=dev-util/jam-2.5" pkg_setup() { - games_pkg_setup if ! built_with_use -o media-libs/sdl-mixer vorbis oggvorbis ; then eerror "lincity-ng doesn't work properly if" eerror "sdl-mixer is built without vorbis support" die "Please emerge sdlmixer with USE=vorbis" fi + games_pkg_setup } src_compile() { |