public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/3] db-use.eclass: Drop support for EAPI 5 and 6
@ 2022-12-12 21:50 James Le Cuirot
  2022-12-12 21:50 ` [gentoo-dev] [PATCH 2/3] db-use.eclass: Use ESYSROOT rather than EPREFIX where appropriate James Le Cuirot
  2022-12-12 21:50 ` [gentoo-dev] [PATCH 3/3] dev-libs/apr-util: Don't prefix db_includedir with SYSROOT James Le Cuirot
  0 siblings, 2 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-12-12 21:50 UTC (permalink / raw
  To: gentoo-dev; +Cc: Apache project, James Le Cuirot

The last consumers have been dropped from the gentoo repo.

Signed-off-by: James Le Cuirot <chewi@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-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
-- 
2.38.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-12 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 21:50 [gentoo-dev] [PATCH 1/3] db-use.eclass: Drop support for EAPI 5 and 6 James Le Cuirot
2022-12-12 21:50 ` [gentoo-dev] [PATCH 2/3] db-use.eclass: Use ESYSROOT rather than EPREFIX where appropriate James Le Cuirot
2022-12-12 21:50 ` [gentoo-dev] [PATCH 3/3] dev-libs/apr-util: Don't prefix db_includedir with SYSROOT James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox