summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:40:07 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:40:07 +0000
commit5a2e17ba2ea79954d9115ae0474d40260fec2b09 (patch)
treef8d77bb7cd6afbbfcefc39f392c60e5620b7573e /games-action/bzflag
parentAdded a new revision 3.3.11c which upgrades the unionfs support and has some ... (diff)
downloadgentoo-2-5a2e17ba2ea79954d9115ae0474d40260fec2b09.tar.gz
gentoo-2-5a2e17ba2ea79954d9115ae0474d40260fec2b09.tar.bz2
gentoo-2-5a2e17ba2ea79954d9115ae0474d40260fec2b09.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/ChangeLog6
-rw-r--r--games-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index feb08c6fb715..3dc2cb425e89 100644
--- a/games-action/bzflag/ChangeLog
+++ b/games-action/bzflag/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/bzflag
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.24 2006/03/23 01:18:45 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.25 2006/04/13 19:40:07 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ bzflag-2.0.4.20050930-r1.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup.
23 Mar 2006; Luis Medinas <metalgod@gentoo.org>
bzflag-2.0.4.20050930-r1.ebuild:
diff --git a/games-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild b/games-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild
index 0fad02731d9d..fd51a89a4be5 100644
--- a/games-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild
+++ b/games-action/bzflag/bzflag-2.0.4.20050930-r1.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-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild,v 1.4 2006/03/23 01:18:45 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.4.20050930-r1.ebuild,v 1.5 2006/04/13 19:40:07 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -21,10 +21,10 @@ DEPEND=">=net-misc/curl-7.15.0
media-libs/libsdl )"
pkg_setup() {
+ games_pkg_setup
# comment in bug #107792
# only do the libsdl checks for !dedicated
use dedicated || GAMES_USE_SDL="nojoystick"
- games_pkg_setup
}
src_unpack() {