diff options
author | 2006-04-14 11:49:39 +0000 | |
---|---|---|
committer | 2006-04-14 11:49:39 +0000 | |
commit | 7fca7dbd9f61ab7ef19da2deffc36a7ee78a6d75 (patch) | |
tree | 88562c2df1a00f8e84ad0d4b3440a84bb013ef09 /games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | |
parent | Version bump, bug #128863. (diff) | |
download | gentoo-2-7fca7dbd9f61ab7ef19da2deffc36a7ee78a6d75.tar.gz gentoo-2-7fca7dbd9f61ab7ef19da2deffc36a7ee78a6d75.tar.bz2 gentoo-2-7fca7dbd9f61ab7ef19da2deffc36a7ee78a6d75.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index 20e77b2b8a05..3a9bfc2d2e36 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.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-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.12 2006/02/10 16:22:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.13 2006/04/14 11:49:39 wolf31o2 Exp $ inherit eutils games @@ -34,8 +34,8 @@ DEPEND="${RDEPEND} S=${WORKDIR} pkg_setup() { - cdrom_get_cds System/ Help/chaosut games_pkg_setup + cdrom_get_cds System/ Help/chaosut } src_unpack() { |