summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:32:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:32:08 +0000
commit453865e44a81e111f4ac5df8791a93b26a5b711a (patch)
tree491f70db050ef4f1a248230f5ffb686622416333 /games-strategy/wargus/wargus-2.1-r1.ebuild
parentMarked stable on x86 (diff)
downloadhistorical-453865e44a81e111f4ac5df8791a93b26a5b711a.tar.gz
historical-453865e44a81e111f4ac5df8791a93b26a5b711a.tar.bz2
historical-453865e44a81e111f4ac5df8791a93b26a5b711a.zip
Moved games_pkg_setup to beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-strategy/wargus/wargus-2.1-r1.ebuild')
-rw-r--r--games-strategy/wargus/wargus-2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wargus/wargus-2.1-r1.ebuild b/games-strategy/wargus/wargus-2.1-r1.ebuild
index d5b2dd0aff87..065fe032102e 100644
--- a/games-strategy/wargus/wargus-2.1-r1.ebuild
+++ b/games-strategy/wargus/wargus-2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2004-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.3 2006/01/08 15:12:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.4 2006/04/17 13:32:08 wolf31o2 Exp $
inherit eutils games
@@ -20,8 +20,8 @@ DEPEND="media-libs/libpng
RDEPEND="=games-engines/stratagus-${PV:0:3}*"
pkg_setup() {
- cdrom_get_cds data/rezdat.war
games_pkg_setup
+ cdrom_get_cds data/rezdat.war
}
src_unpack() {