aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-09-28 10:30:21 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2013-09-28 10:30:21 +0100
commit7fae06684e630b635562d10f603cb46d28902bc0 (patch)
treeee33726a7dcc444dca3c87429b82f46900532028 /ebuild-writing/functions/src_prepare/epatch/text.xml
parentMerge pull request #10 from mrueg/master (diff)
downloaddevmanual-7fae06684e630b635562d10f603cb46d28902bc0.tar.gz
devmanual-7fae06684e630b635562d10f603cb46d28902bc0.tar.bz2
devmanual-7fae06684e630b635562d10f603cb46d28902bc0.zip
epatch: Reword "larger patches"
Make it mention the devspace instead of mirrors Bug 483292
Diffstat (limited to 'ebuild-writing/functions/src_prepare/epatch/text.xml')
-rw-r--r--ebuild-writing/functions/src_prepare/epatch/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
index a88ecaf..1322a5e 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -37,7 +37,7 @@ src_unpack() {
</codesample>
<p>
-For larger patches, using <c>mirror://gentoo/</c> rather
+For larger patches, using <uri link="::general-concepts/mirrors/#suitable-download-hosts">your devspace</uri> rather
than <c>files/</c> is more appropriate. In these situations, it is
usually best to <c>bzip2</c> the patch in question (as opposed to
<c>files/</c> patches, which must not be compressed). For example,