commit: 6c8426be83711d6ebb67a55380c5affa59daac55 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Dec 27 16:47:50 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Dec 27 16:47:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8426be
ada.eclass: build deps on gnat-gpl[ada] Closes: https://bugs.gentoo.org/830094 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> eclass/ada.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ada.eclass b/eclass/ada.eclass index fe28142e94ae..b8deb31255c2 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -246,7 +246,7 @@ ada_export() { debug-print "${FUNCNAME}: GNATCHOP = ${GNATCHOP}" ;; ADA_PKG_DEP) - ADA_PKG_DEP="dev-lang/gnat-gpl:${slot}" + ADA_PKG_DEP="dev-lang/gnat-gpl:${slot}[ada]" # use-dep if [[ ${ADA_REQ_USE} ]]; then
