Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass
Date: Sun, 27 Apr 2014 19:01:33
Message-Id: 20140427190130.750572004B@flycatcher.gentoo.org
1 vapier 14/04/27 19:01:30
2
3 Modified: eutils.eclass
4 Log:
5 epatch_user: tweak docs to reflect the use of $P-$PR rather than $PF (where the latter omits -r0) #504856
6
7 Revision Changes Path
8 1.434 eclass/eutils.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.434&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.434&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.433&r2=1.434
13
14 Index: eutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
17 retrieving revision 1.433
18 retrieving revision 1.434
19 diff -u -r1.433 -r1.434
20 --- eutils.eclass 27 Apr 2014 18:58:07 -0000 1.433
21 +++ eutils.eclass 27 Apr 2014 19:01:30 -0000 1.434
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 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.433 2014/04/27 18:58:07 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.434 2014/04/27 19:01:30 vapier Exp $
27
28 # @ECLASS: eutils.eclass
29 # @MAINTAINER:
30 @@ -659,7 +659,7 @@
31 # @USAGE:
32 # @DESCRIPTION:
33 # Applies user-provided patches to the source tree. The patches are
34 -# taken from /etc/portage/patches/<CATEGORY>/<PF|P|PN>[:SLOT]/, where the first
35 +# taken from /etc/portage/patches/<CATEGORY>/<P-PR|P|PN>[:SLOT]/, where the first
36 # of these three directories to exist will be the one to use, ignoring
37 # any more general directories which might exist as well. They must end
38 # in ".patch" to be applied.