diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:24:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:24:17 +0000 |
commit | 8991f0dd28c1c494275a9e4e5b8d92af292e0497 (patch) | |
tree | 184d54aececb6e0280b272b276f35104c4b913cb /games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.tar.gz gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.tar.bz2 gentoo-2-8991f0dd28c1c494275a9e4e5b8d92af292e0497.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild')
-rw-r--r-- | games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild index d2d76e05f075..aa06a989024e 100644 --- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild +++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.11 2010/07/14 18:07:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.12 2011/12/14 17:24:17 vapier Exp $ inherit eutils games @@ -22,7 +22,6 @@ PDEPEND="games-fps/quake4-bin" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake4 Ddir=${D}/${dir} |