diff options
author | 2020-04-06 16:07:54 +0200 | |
---|---|---|
committer | 2020-04-06 16:07:54 +0200 | |
commit | d7183d89acb64544f17ff58177500285b5fa8aba (patch) | |
tree | 5f40d92b221c7453ac945925cc3bd5db7826505d /profiles/base | |
parent | dev-python/contextlib2: 0.6.0_p1 + QA (diff) | |
download | gentoo-d7183d89acb64544f17ff58177500285b5fa8aba.tar.gz gentoo-d7183d89acb64544f17ff58177500285b5fa8aba.tar.bz2 gentoo-d7183d89acb64544f17ff58177500285b5fa8aba.zip |
profiles: Force USE=ada for dev-lang/gnat-gpl
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index b4af3803c891..a9612f0c2bc5 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 <tupone@gentoo.org> (2020-04-06) +# USE=ada is mandatory to build a gnat compiler +sys-devel/gnat-gpl ada + # Matt Turner <mattst88@gentoo.org> (2020-03-28) # wget is the default FETCHCOMMAND, and most distfiles are distributed via # HTTPS. Bug #611072 |