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/unpacker.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/unpacker.eclass')
-rw-r--r-- | eclass/unpacker.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 076115f0e111..39268ed9905a 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.17 2014/05/01 19:27:14 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.18 2014/07/11 08:21:58 ulm Exp $ # @ECLASS: unpacker.eclass # @MAINTAINER: @@ -15,8 +15,8 @@ # - merge rpm unpacking # - support partial unpacks? -if [[ ${___ECLASS_ONCE_UNPACKER} != "recur -_+^+_- spank" ]] ; then -___ECLASS_ONCE_UNPACKER="recur -_+^+_- spank" +if [[ -z ${_UNPACKER_ECLASS} ]]; then +_UNPACKER_ECLASS=1 # @ECLASS-VARIABLE: UNPACKER_BZ2 # @DEFAULT_UNSET |