From d8a7472fc6314625f7d16e0427004eb448412908 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Sep 2024 12:30:03 +0100 Subject: gentoo auto-resync : 09:09:2024 - 12:30:03 --- eclass/libtool.eclass | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'eclass/libtool.eclass') diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index bd6141e1ede9..b36b1fd365d3 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -17,6 +17,15 @@ if [[ -z ${_LIBTOOL_ECLASS} ]]; then _LIBTOOL_ECLASS=1 +case ${EAPI} in + 6) + ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!" + ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI." + ;; + 7|8) ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; +esac + case ${EAPI} in 6) DEPEND=">=app-portage/elt-patches-20240116" ;; 7|8) BDEPEND=">=app-portage/elt-patches-20240116" ;; -- cgit v1.2.3