summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-01-22 07:02:06 +0000
committerMike Frysinger <vapier@gentoo.org>2013-01-22 07:02:06 +0000
commit38e04786e6499e42bbc4377f2731058e51009a0d (patch)
treef33ef78e5100564d3357c9d1e170a453fd77dfb4 /eclass
parentbump (diff)
downloadhistorical-38e04786e6499e42bbc4377f2731058e51009a0d.tar.gz
historical-38e04786e6499e42bbc4377f2731058e51009a0d.tar.bz2
historical-38e04786e6499e42bbc4377f2731058e51009a0d.zip
add multiple inclusion protection
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cvs.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index c6b1a012512c..a2e0a604f41c 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.77 2012/09/09 07:03:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.78 2013/01/22 07:02:06 vapier Exp $
# @ECLASS: cvs.eclass
# @MAINTAINER:
@@ -13,6 +13,9 @@
# cvs_src_unpack. If you find that you need to call the cvs_* functions
# directly, I'd be interested to hear about it.
+if [[ ${___ECLASS_ONCE_CVS} != "recur -_+^+_- spank" ]] ; then
+___ECLASS_ONCE_CVS="recur -_+^+_- spank"
+
inherit eutils
# TODO:
@@ -578,3 +581,5 @@ cvs_src_unpack() {
}
EXPORT_FUNCTIONS src_unpack
+
+fi