commit: 2d8281a0e9750bb60b7f35441d9d41c419a2dfa0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 17:20:22 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 17:20:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8281a0
ada.eclass: Add @SUPPORTED_EAPIS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/ada.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/ada.eclass b/eclass/ada.eclass index 86a67fc24fd..65d5e082967 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -6,6 +6,7 @@ # Ada team <[email protected]> # @AUTHOR: # Tupone Alfredo <[email protected]> +# @SUPPORTED_EAPIS: 6 7 # @BLURB: An eclass for Ada packages # @DESCRIPTION: # This eclass set the IUSE and REQUIRED_USE to request the ADA_TARGET
