commit: d7183d89acb64544f17ff58177500285b5fa8aba Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Apr 6 14:07:54 2020 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Apr 6 14:07:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7183d89
profiles: Force USE=ada for dev-lang/gnat-gpl Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/base/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index b4af3803c89..a9612f0c2bc 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfredo Tupone <[email protected]> (2020-04-06) +# USE=ada is mandatory to build a gnat compiler +sys-devel/gnat-gpl ada + # Matt Turner <[email protected]> (2020-03-28) # wget is the default FETCHCOMMAND, and most distfiles are distributed via # HTTPS. Bug #611072
