From 3eda9fd5159ebbf9ad0feb4927301e854487937e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 14 Dec 2011 16:38:47 +0000 Subject: drop GAMES_CHECK_LICENSE now that portage supports ACCEPT_LICENSE in stable --- eclass/games.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eclass/games.eclass') diff --git a/eclass/games.eclass b/eclass/games.eclass index 7b1a7b0fec9b..396f36553330 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.145 2011/12/14 16:33:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.146 2011/12/14 16:38:47 vapier Exp $ # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -126,7 +126,6 @@ gamesenv() { games_pkg_setup() { tc-export CC CXX - [[ ${GAMES_CHECK_LICENSE} == "yes" ]] && check_license ${LICENSE} enewgroup "${GAMES_GROUP}" 35 [[ ${GAMES_USER} != "root" ]] \ -- cgit v1.2.3-65-gdbad