diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 16:38:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 16:38:47 +0000 |
commit | 7a34cb8a6e765907c890c751434c61a77c810451 (patch) | |
tree | e3a551ce5a12d720343f8dd86f1778f54ffbdf5b /eclass | |
parent | Stable for AMD64, wrt bug #392875 (diff) | |
download | historical-7a34cb8a6e765907c890c751434c61a77c810451.tar.gz historical-7a34cb8a6e765907c890c751434c61a77c810451.tar.bz2 historical-7a34cb8a6e765907c890c751434c61a77c810451.zip |
drop GAMES_CHECK_LICENSE now that portage supports ACCEPT_LICENSE in stable
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
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" ]] \ |