summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-09-27 18:29:06 +0000
committerTristan Heaven <tristan@gentoo.org>2006-09-27 18:29:06 +0000
commit78668a804398dcdbf51485748a090efc22d8dbf9 (patch)
tree36038e95e12fdc4666293a13cc8ef714a3b9e893 /games-arcade/defendguin
parentRevision bump to force an upgrade due to bug #148682. (diff)
downloadhistorical-78668a804398dcdbf51485748a090efc22d8dbf9.tar.gz
historical-78668a804398dcdbf51485748a090efc22d8dbf9.tar.bz2
historical-78668a804398dcdbf51485748a090efc22d8dbf9.zip
Move games_pkg_setup to the end of pkg_setup
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'games-arcade/defendguin')
-rw-r--r--games-arcade/defendguin/defendguin-0.0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/defendguin/defendguin-0.0.10.ebuild b/games-arcade/defendguin/defendguin-0.0.10.ebuild
index 2128c55a3ceb..70a1b57978e1 100644
--- a/games-arcade/defendguin/defendguin-0.0.10.ebuild
+++ b/games-arcade/defendguin/defendguin-0.0.10.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-arcade/defendguin/defendguin-0.0.10.ebuild,v 1.7 2006/04/17 21:59:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/defendguin-0.0.10.ebuild,v 1.8 2006/09/27 18:25:49 nyhm Exp $
inherit eutils games
DESCRIPTION="A clone of the arcade game Defender, but with a Linux theme"
@@ -16,10 +16,10 @@ DEPEND="media-libs/sdl-mixer
media-libs/libsdl"
pkg_setup() {
- games_pkg_setup
if ! built_with_use media-libs/sdl-mixer mikmod; then
die "You need to build media-libs/sdl-mixer with mikmod USE flag enabled!"
fi
+ games_pkg_setup
}
src_unpack() {