diff options
author | David Seifert <soap@gentoo.org> | 2023-03-19 11:42:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-03-19 11:42:01 +0100 |
commit | 50a22b07b87bf11548be593afc91603cb4db5385 (patch) | |
tree | e81116c8588b994b643cd9d1af13d5dfc2efd8d0 /eclass/db.eclass | |
parent | x11-wm/openbox: patch issue with >=glib-2.76.0 (diff) | |
download | gentoo-50a22b07b87bf11548be593afc91603cb4db5385.tar.gz gentoo-50a22b07b87bf11548be593afc91603cb4db5385.tar.bz2 gentoo-50a22b07b87bf11548be593afc91603cb4db5385.zip |
db.eclass: add @SUPPORTED_EAPIS
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
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: # base-system@gentoo.org +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Internal eclass used by sys-libs/db ebuilds case ${EAPI} in |