commit: 50a22b07b87bf11548be593afc91603cb4db5385 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 10:42:01 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 10:42:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a22b07
db.eclass: add @SUPPORTED_EAPIS Signed-off-by: David Seifert <soap <AT> gentoo.org> eclass/db.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/db.eclass b/eclass/db.eclass index ce48ad17dd3a..0c096dc48f13 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -4,6 +4,7 @@ # @ECLASS: db.eclass # @MAINTAINER: # [email protected] +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Internal eclass used by sys-libs/db ebuilds case ${EAPI} in
