summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-09-27 16:30:34 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-09-27 16:30:34 +0000
commit4811c21ebfc2e829d559e032989f682ed4226b44 (patch)
treeebea6cc164583712f01b502c0790123cc48fcd98 /games-arcade/solarwolf/solarwolf-1.5.ebuild
parentStable on alpha wrt bug #148283 (diff)
downloadgentoo-2-4811c21ebfc2e829d559e032989f682ed4226b44.tar.gz
gentoo-2-4811c21ebfc2e829d559e032989f682ed4226b44.tar.bz2
gentoo-2-4811c21ebfc2e829d559e032989f682ed4226b44.zip
Move games_pkg_setup to the end of pkg_setup
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-arcade/solarwolf/solarwolf-1.5.ebuild')
-rw-r--r--games-arcade/solarwolf/solarwolf-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild b/games-arcade/solarwolf/solarwolf-1.5.ebuild
index 9b0d6fe36d84..87821c3ca636 100644
--- a/games-arcade/solarwolf/solarwolf-1.5.ebuild
+++ b/games-arcade/solarwolf/solarwolf-1.5.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/solarwolf/solarwolf-1.5.ebuild,v 1.13 2006/09/27 15:59:18 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.14 2006/09/27 16:30:34 nyhm Exp $
inherit eutils games
@@ -18,10 +18,10 @@ DEPEND=">=dev-python/pygame-1.5.6
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 USE=mikmod"
fi
+ games_pkg_setup
}
src_unpack() {