diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-07-11 08:21:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-07-11 08:21:58 +0000 |
commit | fd09acbe8caeba968c7440f90995b39da742143d (patch) | |
tree | 4ff02ad41c2fa38676fe63ef48f118aa7c90e450 /eclass/multiprocessing.eclass | |
parent | droped vdr use-flag, droped media-video/vdr from depend, droped useless servi... (diff) | |
download | gentoo-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/multiprocessing.eclass')
-rw-r--r-- | eclass/multiprocessing.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/multiprocessing.eclass b/eclass/multiprocessing.eclass index 0ee0abaafd05..3890f9197d7d 100644 --- a/eclass/multiprocessing.eclass +++ b/eclass/multiprocessing.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multiprocessing.eclass,v 1.8 2013/12/21 09:40:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multiprocessing.eclass,v 1.9 2014/07/11 08:21:58 ulm Exp $ # @ECLASS: multiprocessing.eclass # @MAINTAINER: @@ -33,8 +33,8 @@ # multijob_finish # @CODE -if [[ ${___ECLASS_ONCE_MULTIPROCESSING} != "recur -_+^+_- spank" ]] ; then -___ECLASS_ONCE_MULTIPROCESSING="recur -_+^+_- spank" +if [[ -z ${_MULTIPROCESSING_ECLASS} ]]; then +_MULTIPROCESSING_ECLASS=1 # @FUNCTION: bashpid # @DESCRIPTION: |