summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:44:26 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:44:26 +0000
commitbe732761eda32cefa01f17450836268e5e02fe4e (patch)
treea39ce33e5334ebf7ce5b4cfce02f78a52e9d992e /games-action/bzflag
parentAdd dependency for x86-fbsd as for x86. Bug #129792. (diff)
downloadhistorical-be732761eda32cefa01f17450836268e5e02fe4e.tar.gz
historical-be732761eda32cefa01f17450836268e5e02fe4e.tar.bz2
historical-be732761eda32cefa01f17450836268e5e02fe4e.zip
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-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() {