diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:23:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:23:43 +0000 |
commit | c45945f48fd92c3dbc8b39010410922b8fa6fd39 (patch) | |
tree | f4a161bf0f9450f3b989de4c64bbba460c87812d /games-fps/quake4-bin/quake4-bin-1.3.2.ebuild | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-c45945f48fd92c3dbc8b39010410922b8fa6fd39.tar.gz gentoo-2-c45945f48fd92c3dbc8b39010410922b8fa6fd39.tar.bz2 gentoo-2-c45945f48fd92c3dbc8b39010410922b8fa6fd39.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-bin/quake4-bin-1.3.2.ebuild')
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.3.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild index f06e18da2ec3..65c108d84f0a 100644 --- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.3.2.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-bin/quake4-bin-1.3.2.ebuild,v 1.9 2010/03/09 12:12:16 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.10 2011/12/14 17:23:43 vapier Exp $ inherit eutils versionator games @@ -14,7 +14,6 @@ LICENSE="QUAKE4" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="alsa cdinstall dedicated opengl" -PROPERTIES="interactive" RESTRICT="strip" UIDEPEND="virtual/opengl @@ -44,7 +43,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/quake4 Ddir=${D}/${dir} |