commit: 306067aa62f06e1e5ddcfd2a49e7ac124fb649c8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 20:43:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 05:34:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306067aa
autotools.eclass: fix whitespace/phrasing in comment Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/autotools.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 0ddd344b76e..f54454597ee 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -64,9 +64,9 @@ inherit libtool # version. # If a newer slot is stable on any arch, and is NOT reflected in this list, # then circular dependencies may arise during emerge @system bootstraps. -# -# See bug 312315 and 465732 for further information and context. -# +# +# See bug #312315 and bug #465732 for further information and context. +# # Do NOT change this variable in your ebuilds! # If you want to force a newer minor version, you can specify the correct # WANT value by using a colon: <PV>:<WANT_AUTOMAKE>
