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 | 3eda9fd5159ebbf9ad0feb4927301e854487937e (patch) | |
tree | f52ba0bba395470cce0a6de5cba1fc9aabdd7be7 /eclass/games.eclass | |
parent | Stable for AMD64, wrt bug #392875 (diff) | |
download | gentoo-2-3eda9fd5159ebbf9ad0feb4927301e854487937e.tar.gz gentoo-2-3eda9fd5159ebbf9ad0feb4927301e854487937e.tar.bz2 gentoo-2-3eda9fd5159ebbf9ad0feb4927301e854487937e.zip |
drop GAMES_CHECK_LICENSE now that portage supports ACCEPT_LICENSE in stable
Diffstat (limited to 'eclass/games.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" ]] \ |