Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484642 - eutils.eclass: epatch documentation states wrong -p5 limit (-p4 is actual max)
Summary: eutils.eclass: epatch documentation states wrong -p5 limit (-p4 is actual max)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 03:59 UTC by Patrick Lauer
Modified: 2013-09-13 00:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-09-12 03:59:57 UTC
# @FUNCTION: epatch
# @USAGE: [options] [patches] [dirs of patches]
# @DESCRIPTION:
# epatch is designed to greatly simplify the application of patches.  It can
# process patch files directly, or directories of patches.  The patches may be
# compressed (bzip/gzip/etc...) or plain text.  You generally need not specify
# the -p option as epatch will automatically attempt -p0 to -p5 until things
# apply successfully.

Actual code does -p0 .. -p4

Please reconcile.
Comment 1 SpanKY gentoo-dev 2013-09-12 20:42:55 UTC
according to the history, it has always used '-lt 5' as the limit, so it's not like there's a regression.  if no one has complained about missing -p5 support, then i guess we just change the documentation to match reality.