summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-12-12 21:29:44 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-12-18 13:58:27 +0000
commit1d03d8529d3b552e7be432bb6b6dc307287838a8 (patch)
tree20455ba11c2455554d16c644867c8c17666e1cb9 /eclass
parentwww-client/vivaldi: Drop old 5.6.2867.36 (diff)
downloadgentoo-1d03d8529d3b552e7be432bb6b6dc307287838a8.tar.gz
gentoo-1d03d8529d3b552e7be432bb6b6dc307287838a8.tar.bz2
gentoo-1d03d8529d3b552e7be432bb6b6dc307287838a8.zip
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/db-use.eclass3
1 files changed, 1 insertions, 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-needed@gentoo.org
# @AUTHOR:
# Paul de Vrieze <pauldv@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