commit: a048a1e1457b4e7aece98a673bd284563b48c96e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 02:39:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 02:39:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a048a1e1
profiles/base: force dev-lang/gnat-gpl[ada] gnat-gpl only exists for (bootstrapping) Ada. Until bug #940471 is handled, force Ada on. Once it is split/moved/gutted, this won't be necessary as it'll always build Ada. Bug: https://bugs.gentoo.org/940471 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index f33c69713d02..fe7d666017ea 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-09-30) +# gnat-gpl only exists for (bootstrapping) Ada. Until bug #940471 is handled, +# force Ada on. Once it is split/moved/gutted, this won't be necessary +# as it'll always build Ada. +dev-lang/gnat-gpl ada + # Michał Górny <[email protected]> (2024-06-29) # Disabling GIL (enabling freethreading) is experimental and prone # to break packages. Should you choose to test it, please do not file
