diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:50:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:50:58 +0000 |
commit | 460c9c840894758ab308da1ce7dc5856cda5c18d (patch) | |
tree | b444f0f46a97f4ccc64bebe6c3f46cc73073e14b /games-fps/unreal-tournament/unreal-tournament-451.ebuild | |
parent | Fix Gentoo bug #129761. (diff) | |
download | gentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.tar.gz gentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.tar.bz2 gentoo-2-460c9c840894758ab308da1ce7dc5856cda5c18d.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/unreal-tournament/unreal-tournament-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index da690224b924..6330e7d1da00 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-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/unreal-tournament-451.ebuild,v 1.19 2006/02/10 16:18:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.20 2006/04/14 11:50:58 wolf31o2 Exp $ inherit eutils games @@ -34,9 +34,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}" pkg_setup() { - check_license - cdrom_get_cds System/ games_pkg_setup + cdrom_get_cds System/ } src_unpack() { |