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 | 8f1f7c79ab9bb05a644c509be621e0d1b412ed8e (patch) | |
tree | 9d9cb7aae5ea87183add280d85797183b6f57d70 /eclass/pax-utils.eclass | |
parent | droped vdr use-flag, droped media-video/vdr from depend, droped useless servi... (diff) | |
download | historical-8f1f7c79ab9bb05a644c509be621e0d1b412ed8e.tar.gz historical-8f1f7c79ab9bb05a644c509be621e0d1b412ed8e.tar.bz2 historical-8f1f7c79ab9bb05a644c509be621e0d1b412ed8e.zip |
Avoid reserved names for functions and variables, bug 516092.
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r-- | eclass/pax-utils.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index 547d6ac1ad56..719e15bdfe24 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.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/pax-utils.eclass,v 1.21 2013/05/18 13:43:20 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.22 2014/07/11 08:21:58 ulm Exp $ # @ECLASS: pax-utils.eclass # @MAINTAINER: @@ -22,8 +22,8 @@ # to contain either "PT", "XT" or "none". The default is to attempt both # PT_PAX and XATTR_PAX. -if [[ ${___ECLASS_ONCE_PAX_UTILS} != "recur -_+^+_- spank" ]] ; then -___ECLASS_ONCE_PAX_UTILS="recur -_+^+_- spank" +if [[ -z ${_PAX_UTILS_ECLASS} ]]; then +_PAX_UTILS_ECLASS=1 # @ECLASS-VARIABLE: PAX_MARKINGS # @DESCRIPTION: |