Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:35:15
Message-Id: 1617168851.306067aa62f06e1e5ddcfd2a49e7ac124fb649c8.sam@gentoo
1 commit: 306067aa62f06e1e5ddcfd2a49e7ac124fb649c8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 27 20:43:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:34:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306067aa
7
8 autotools.eclass: fix whitespace/phrasing in comment
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/autotools.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
16 index 0ddd344b76e..f54454597ee 100644
17 --- a/eclass/autotools.eclass
18 +++ b/eclass/autotools.eclass
19 @@ -64,9 +64,9 @@ inherit libtool
20 # version.
21 # If a newer slot is stable on any arch, and is NOT reflected in this list,
22 # then circular dependencies may arise during emerge @system bootstraps.
23 -#
24 -# See bug 312315 and 465732 for further information and context.
25 -#
26 +#
27 +# See bug #312315 and bug #465732 for further information and context.
28 +#
29 # Do NOT change this variable in your ebuilds!
30 # If you want to force a newer minor version, you can specify the correct
31 # WANT value by using a colon: <PV>:<WANT_AUTOMAKE>