commit:     1d03d8529d3b552e7be432bb6b6dc307287838a8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 21:29:44 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 13:58:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d03d852

db-use.eclass: Drop support for EAPI 5 and 6

The last consumers have been dropped from the gentoo repo.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 eclass/db-use.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass
index 55e72286fda4..3e5d6f63fa2e 100644
--- a/eclass/db-use.eclass
+++ b/eclass/db-use.eclass
@@ -8,7 +8,7 @@
 # maintainer-nee...@gentoo.org
 # @AUTHOR:
 # Paul de Vrieze <pau...@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7 8
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: This is a common location for functions that aid the use of 
sys-libs/db
 # @DESCRIPTION:
 # This eclass is designed to provide helpful functions for depending on
@@ -16,7 +16,6 @@
 
 # multilib is used for get_libname in all EAPI
 case ${EAPI} in
-       5|6) inherit eapi7-ver ;& # fallthrough
        7|8) inherit multilib ;;
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac

Reply via email to