Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass
Date: Sun, 28 Sep 2008 04:37:33
Message-Id: E1Kjo2D-00023E-PD@stork.gentoo.org
1 mr_bones_ 08/09/28 04:37:29
2
3 Modified: eutils.eclass
4 Log:
5 typo: Not -> Note (bug #238889)
6
7 Revision Changes Path
8 1.308 eclass/eutils.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?rev=1.308&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?rev=1.308&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?r1=1.307&r2=1.308
13
14 Index: eutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
17 retrieving revision 1.307
18 retrieving revision 1.308
19 diff -u -r1.307 -r1.308
20 --- eutils.eclass 20 Sep 2008 19:03:31 -0000 1.307
21 +++ eutils.eclass 28 Sep 2008 04:37:29 -0000 1.308
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.307 2008/09/20 19:03:31 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.308 2008/09/28 04:37:29 mr_bones_ Exp $
27
28 # @ECLASS: eutils.eclass
29 # @MAINTAINER:
30 @@ -79,7 +79,7 @@
31 # Set --no-backup-if-mismatch so we don't leave '.orig' files behind.
32 # Set -E to automatically remove empty files.
33 EPATCH_OPTS="-g0 -E --no-backup-if-mismatch"
34 -# List of patches not to apply. Not this is only file names,
35 +# List of patches not to apply. Note this is only file names,
36 # and not the full path ..
37 EPATCH_EXCLUDE=""
38 # Change the printed message for a single patch.