summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-09-27 18:28:05 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-09-27 18:28:05 +0000
commitc634a9f4b3e7fc4e3f6e71a960ee7bae21b184e3 (patch)
tree90a3c26a1c46463a8526c0d1d526acc18252a9a8 /games-arcade
parentMove games_pkg_setup to the end of pkg_setup (diff)
downloadgentoo-2-c634a9f4b3e7fc4e3f6e71a960ee7bae21b184e3.tar.gz
gentoo-2-c634a9f4b3e7fc4e3f6e71a960ee7bae21b184e3.tar.bz2
gentoo-2-c634a9f4b3e7fc4e3f6e71a960ee7bae21b184e3.zip
Move games_pkg_setup to the end of pkg_setup
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/supertux/supertux-0.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild
index 2f9a0d98f381..bd36914b5d44 100644
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ b/games-arcade/supertux/supertux-0.1.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-arcade/supertux/supertux-0.1.3.ebuild,v 1.5 2006/04/13 20:16:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.6 2006/09/27 18:28:05 nyhm Exp $
GAMES_USE_SDL="nojoystick" #bug #100372
inherit eutils games
@@ -22,10 +22,10 @@ DEPEND="${RDEPEND}
|| ( x11-libs/libXt virtual/x11 )"
pkg_setup() {
- games_pkg_setup
if ! built_with_use media-libs/sdl-mixer mikmod ; then
die "Please emerge sdl-mixer with USE=mikmod"
fi
+ games_pkg_setup
}
src_unpack() {