diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
commit | 02679a5704b375efdaefb7f8b15cf2c80120326e (patch) | |
tree | 9760834fc3c9ff59fa20474c6d7741e4bf7b4f4f /games-fps/rtcw | |
parent | stable on x86 (diff) | |
download | gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.gz gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.bz2 gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index ea75be3190c6..589a467652d6 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.22 2005/08/30 19:11:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.23 2005/09/21 20:34:16 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild: + Changed check_license to explicitly list license to check. 30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41-r2.ebuild: Changed to match new 3dgamers mirrors structure in thirdpartymirrors. diff --git a/games-fps/rtcw/rtcw-1.41-r2.ebuild b/games-fps/rtcw/rtcw-1.41-r2.ebuild index 2f94d8e391f4..353a8e29bb0b 100644 --- a/games-fps/rtcw/rtcw-1.41-r2.ebuild +++ b/games-fps/rtcw/rtcw-1.41-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/rtcw/rtcw-1.41-r2.ebuild,v 1.7 2005/08/30 19:11:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41-r2.ebuild,v 1.8 2005/09/21 20:34:16 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 RTCW games_pkg_setup } |