diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:28:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:28:17 +0000 |
commit | 54d166a28fafa9f43411c9247ba223bf39fc9c01 (patch) | |
tree | ba91b90a7f2d52f4904244b8645ddb189aa5ee62 /games-action/fakk2 | |
parent | Changed check_license to explicitly list license to check. (diff) | |
download | gentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.tar.gz gentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.tar.bz2 gentoo-2-54d166a28fafa9f43411c9247ba223bf39fc9c01.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-action/fakk2')
-rw-r--r-- | games-action/fakk2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index 1ec8e0eacf84..bb3f656f9e98 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/fakk2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.10 2005/08/03 14:21:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.11 2005/09/21 20:24:35 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild: + Changed check_license to explicitly list license to check. 03 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild: Fixed a typo and closing bug #101202. diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index ca5164b8c8b9..703c7cd32a8a 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.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-action/fakk2/fakk2-1.02.ebuild,v 1.9 2005/08/03 14:21:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.10 2005/09/21 20:24:35 wolf31o2 Exp $ inherit eutils games @@ -24,7 +24,7 @@ dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { - check_license || die "License check failed" + check_license LOKI-EULA if use nocd ; then ewarn "The installed game takes about 378MB of space!" fi |