commit: 1ce76a16c8f6e283f277190e4b86dfea8fc38cb3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 01:59:37 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 02:00:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce76a16
toolchain.eclass: add bug reference to ada-bootstrap comment Bug: https://bugs.gentoo.org/940471 Bug: https://bugs.gentoo.org/940472 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b2ada2190328..dfa46f094e45 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -889,7 +889,7 @@ toolchain_src_configure() { done # As a last resort, use dev-lang/gnat-gpl. - # TODO: Make gnat-gpl coinstallable with gcc:10. + # TODO: Make gnat-gpl coinstallable with gcc:10 (bug #940471). if ver_test ${ada_bootstrap} -gt ${PV} || [[ -z ${ada_bootstrap} ]] ; then ebegin "Testing dev-lang/gnat-gpl for Ada" if has_version -b "dev-lang/gnat-gpl" ; then @@ -901,7 +901,7 @@ toolchain_src_configure() { fi # OK, even gnat-gpl didn't work. Give up for now. - # TODO: Source a newer, or build our own, bootstrap tarball. + # TODO: Source a newer, or build our own, bootstrap tarball (bug #940472). if [[ -z ${ada_bootstrap} ]] ; then eerror "Couldn't find a suitable GNAT compiler for Ada!" eerror "Please try installing dev-lang/gnat-gpl."
