vapier 14/04/27 19:01:30 Modified: eutils.eclass Log: epatch_user: tweak docs to reflect the use of $P-$PR rather than $PF (where the latter omits -r0) #504856
Revision Changes Path 1.434 eclass/eutils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.434&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.434&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.433&r2=1.434 Index: eutils.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- eutils.eclass 27 Apr 2014 18:58:07 -0000 1.433 +++ eutils.eclass 27 Apr 2014 19:01:30 -0000 1.434 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.433 2014/04/27 18:58:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.434 2014/04/27 19:01:30 vapier Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -659,7 +659,7 @@ # @USAGE: # @DESCRIPTION: # Applies user-provided patches to the source tree. The patches are -# taken from /etc/portage/patches/<CATEGORY>/<PF|P|PN>[:SLOT]/, where the first +# taken from /etc/portage/patches/<CATEGORY>/<P-PR|P|PN>[:SLOT]/, where the first # of these three directories to exist will be the one to use, ignoring # any more general directories which might exist as well. They must end # in ".patch" to be applied.