Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/
Date: Sun, 12 Nov 2017 20:15:18
Message-Id: 1510517470.714188ffeb0ee2ec92758a9eadb465616aea5afe.ulm@gentoo
1 commit: 714188ffeb0ee2ec92758a9eadb465616aea5afe
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 12 20:11:10 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 20:11:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=714188ff
7
8 ebuild-writing/variables: Fix a typo.
9
10 ebuild-writing/variables/text.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
14 index 3a14b1c..5c800ad 100644
15 --- a/ebuild-writing/variables/text.xml
16 +++ b/ebuild-writing/variables/text.xml
17 @@ -577,7 +577,7 @@ need to suffix them with <c>/</c> when joining paths.
18
19 <note>
20 Future EAPI may remove the trailing slash at the end per
21 -<uri link="https://bugs.gentoo.org/465772">Bug 465722</uri>.
22 +<uri link="https://bugs.gentoo.org/465772">Bug 465772</uri>.
23 To ease the transition, and ensure maximum compatibility with both the
24 current and the future EAPI, developers are encouraged to use the bash
25 suffix removal for the trailing slash and add an explicit <c>/</c>