diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:55:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:55:07 +0000 |
commit | 3db3d4dba0a2acf84d5078bb591e3b572d435397 (patch) | |
tree | 3f6cd365859470b6cebe745ac7cf57723bbf8ddd /games-fps/ut2004 | |
parent | Changed check_license to explicitly list license to check. Added x86 to 3355... (diff) | |
download | gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.tar.gz gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.tar.bz2 gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ut2004-3355-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2004/ut2004-3355-r2.ebuild b/games-fps/ut2004/ut2004-3355-r2.ebuild index ba26b3c95874..f064081c29dc 100644 --- a/games-fps/ut2004/ut2004-3355-r2.ebuild +++ b/games-fps/ut2004/ut2004-3355-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r2.ebuild,v 1.3 2005/08/30 19:25:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r2.ebuild,v 1.4 2005/09/21 20:51:10 wolf31o2 Exp $ inherit eutils games @@ -28,7 +28,7 @@ dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { - check_license || die "License check failed" + check_license ut2003 if use experimental then ewarn "You are enabling support for an experimental patch from icculus." |