summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-07-11 08:21:58 +0000
committerUlrich Müller <ulm@gentoo.org>2014-07-11 08:21:58 +0000
commitfd09acbe8caeba968c7440f90995b39da742143d (patch)
tree4ff02ad41c2fa38676fe63ef48f118aa7c90e450 /eclass/user.eclass
parentdroped vdr use-flag, droped media-video/vdr from depend, droped useless servi... (diff)
downloadgentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.tar.gz
gentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.tar.bz2
gentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.zip
Avoid reserved names for functions and variables, bug 516092.
Diffstat (limited to 'eclass/user.eclass')
-rw-r--r--eclass/user.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/user.eclass b/eclass/user.eclass
index a44acaddb750..d09d61be5bd2 100644
--- a/eclass/user.eclass
+++ b/eclass/user.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.23 2014/07/04 08:01:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.24 2014/07/11 08:21:58 ulm Exp $
# @ECLASS: user.eclass
# @MAINTAINER:
@@ -13,8 +13,8 @@
# The user eclass contains a suite of functions that allow ebuilds
# to quickly make sure users in the installed system are sane.
-if [[ ${___ECLASS_ONCE_USER} != "recur -_+^+_- spank" ]] ; then
-___ECLASS_ONCE_USER="recur -_+^+_- spank"
+if [[ -z ${_USER_ECLASS} ]]; then
+_USER_ECLASS=1
# @FUNCTION: _assert_pkg_ebuild_phase
# @INTERNAL