summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-04-27 19:01:30 +0000
committerMike Frysinger <vapier@gentoo.org>2014-04-27 19:01:30 +0000
commit92cf115ba8a1787253c6a15b09b573d5179d3673 (patch)
treedf048c14dcd32939426b937de26c1b9ecfe7e689 /eclass
parentoptfeature: fix eclass doc and style #498988 (diff)
downloadhistorical-92cf115ba8a1787253c6a15b09b573d5179d3673.tar.gz
historical-92cf115ba8a1787253c6a15b09b573d5179d3673.tar.bz2
historical-92cf115ba8a1787253c6a15b09b573d5179d3673.zip
epatch_user: tweak docs to reflect the use of $P-$PR rather than $PF (where the latter omits -r0) #504856
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 6768635cb0df..5e107aa90361 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -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 @@ epatch() {
# @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.