summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-17 04:23:53 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-17 04:23:53 +0000
commit91a610a87bff0f11386478a2afd9e6aaf212b508 (patch)
tree396f998423bfdee573785ce6de322669e3fff7f0 /eclass/pax-utils.eclass
parentthis eclass does not seem to use eutils.eclass, so drop the inherit (diff)
downloadhistorical-91a610a87bff0f11386478a2afd9e6aaf212b508.tar.gz
historical-91a610a87bff0f11386478a2afd9e6aaf212b508.tar.bz2
historical-91a610a87bff0f11386478a2afd9e6aaf212b508.zip
avoid multiple inclusions when possible to speed caching up
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r--eclass/pax-utils.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index 368e4d6c8db6..0dafc4ab88ee 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.16 2011/12/17 04:23:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.17 2011/12/17 04:23:53 vapier Exp $
# @ECLASS: pax-utils.eclass
# @MAINTAINER:
@@ -21,6 +21,9 @@
# necessary utility is installed, the PT_PAX_FLAGS markings will be made. If
# PAX_MARKINGS is set to "none", no markings will be made.
+if [[ ${___ECLASS_ONCE_PAX_UTILS} != "recur -_+^+_- spank" ]] ; then
+___ECLASS_ONCE_PAX_UTILS="recur -_+^+_- spank"
+
# Default to PT markings.
PAX_MARKINGS=${PAX_MARKINGS:="PT"}
@@ -149,3 +152,4 @@ _pax_list_files() {
done
}
+fi