summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-09-21 09:58:47 +0000
committerNed Ludd <solar@gentoo.org>2003-09-21 09:58:47 +0000
commit8c29b47bf599df565ffecbc71fa75cfad57fe8a3 (patch)
tree15b26051566c59e22e2ceed5ca9c5df08caa44b2 /eclass
parentSRC_URI updates (diff)
downloadhistorical-8c29b47bf599df565ffecbc71fa75cfad57fe8a3.tar.gz
historical-8c29b47bf599df565ffecbc71fa75cfad57fe8a3.tar.bz2
historical-8c29b47bf599df565ffecbc71fa75cfad57fe8a3.zip
Set -g0 to keep RCS, ClearCase, Perforce and SCCS happy. Bug #24571
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 2a0389e270a4..90c0a748ee06 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.54 2003/09/17 16:53:46 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.55 2003/09/21 09:58:47 solar Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -90,7 +90,8 @@ EPATCH_SOURCE="${WORKDIR}/patch"
# Default extension for patches
EPATCH_SUFFIX="patch.bz2"
# Default options for patch
-EPATCH_OPTS=""
+# Set -g0 to keep RCS, ClearCase, Perforce and SCCS happy. Bug #24571
+EPATCH_OPTS="-g0"
# List of patches not to apply. Not this is only file names,
# and not the full path ..
EPATCH_EXCLUDE=""