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/common-mistakes/
Date: Tue, 30 Mar 2021 18:15:55
Message-Id: 1617128095.7e6a5e6ae276413702c4dc93245e724944c1ab52.ulm@gentoo
1 commit: 7e6a5e6ae276413702c4dc93245e724944c1ab52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 02:45:11 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:14:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7e6a5e6a
7
8 ebuild-writing/common-mistakes: linkify bug reference for non-verbose builds
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/common-mistakes/text.xml | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
17 index 0dc7b5b..481eadb 100644
18 --- a/ebuild-writing/common-mistakes/text.xml
19 +++ b/ebuild-writing/common-mistakes/text.xml
20 @@ -101,9 +101,11 @@ There are several ways to fix non-verbose build logs depending on the build syst
21 </ul>
22
23 <note>In case you encounter an affected package which uses a build system not
24 -controllable by Portage or eclasses you should file a bug (preferably with a patch)
25 -and make it block the tracker bug #429308. Solutions above ebuild level are
26 -preferred.</note>
27 +controllable by Portage or eclasses, you should file a bug (preferably with
28 +a patch) and make it block the tracker
29 +<uri link="https://bugs.gentoo.org/429308">bug 429308</uri>. Solutions above
30 +ebuild level are preferred.</note>
31 +
32 </body>
33 </subsection>