commit: 48e7dad4a750ddbb7244f309f9d651ca9c9b1cdd
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 07:01:36 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 07:01:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e7dad4
dev-ada/gnatdoc: add gcc_12 EAPI8
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/gnatdoc/{gnatdoc-23.0.0.ebuild => gnatdoc-23.0.0-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ada/gnatdoc/gnatdoc-23.0.0.ebuild
b/dev-ada/gnatdoc/gnatdoc-23.0.0-r1.ebuild
similarity index 94%
rename from dev-ada/gnatdoc/gnatdoc-23.0.0.ebuild
rename to dev-ada/gnatdoc/gnatdoc-23.0.0-r1.ebuild
index 7ec64847dec5..9c0f1f4648e9 100644
--- a/dev-ada/gnatdoc/gnatdoc-23.0.0.ebuild
+++ b/dev-ada/gnatdoc/gnatdoc-23.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
+ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
inherit ada multiprocessing
DESCRIPTION="GNAT Documentation Generation Tool"