commit: 5e43877895241157ae55c17fe752de30cf7caaba
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 19:57:44 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 19:57:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e438778
ada.eclass: enabling EAPI 8
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 d8a456a96951..bf4cd0c59bcc 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -27,7 +27,7 @@ case "${EAPI:-0}" in
0|1|2|3|4|5)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 6|7)
+ 6|7|8)
# EAPI=5 is required for sane USE_EXPAND dependencies
;;
*)