commit: 2e6e1cfa6f8e9eaf422197a7cee7a2f76ad84bb1
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 12:41:26 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 12:41:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2e6e1cfa
ebuild-writing/functions: fix a typo in a <uri> tag s/.//
ebuild-writing/functions/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/functions/text.xml
b/ebuild-writing/functions/text.xml
index 23d68f0..325a9b4 100644
--- a/ebuild-writing/functions/text.xml
+++ b/ebuild-writing/functions/text.xml
@@ -42,7 +42,7 @@ Downloading a package's source happens before any of these
phases, so
<c>emerge --fetchonly</c> should perform all the network access you
need (unless you're using live ebuilds). Network access outside of
this would not be cached locally (e.g. in <c>${DISTDIR}</c>, see
-<uri link="::ebuild-writing/variables#Predefined Read-Only Variables."/>),
+<uri link="::ebuild-writing/variables#Predefined Read-Only Variables"/>),
which makes it hard to have reproducible builds (see
<uri link="::ebuild-writing/functions/src_unpack/cvs-sources#Disadvantages of
CVS Sources"/>).
Avoid network access in any phase by using local files, extending