eclass/multilib: Sync with Gentoo

It's from Gentoo commit 7000d2603ef39745093f6f9f230f35635d22f0fe.
This commit is contained in:
Flatcar Buildbot 2024-10-21 07:06:51 +00:00
parent e48eb70c5a
commit 4e2a257c79

View File

@ -4,7 +4,7 @@
# @ECLASS: multilib.eclass # @ECLASS: multilib.eclass
# @MAINTAINER: # @MAINTAINER:
# toolchain@gentoo.org # toolchain@gentoo.org
# @SUPPORTED_EAPIS: 6 7 8 # @SUPPORTED_EAPIS: 7 8
# @BLURB: This eclass is for all functions pertaining to handling multilib configurations. # @BLURB: This eclass is for all functions pertaining to handling multilib configurations.
# @DESCRIPTION: # @DESCRIPTION:
# This eclass is for all functions pertaining to handling multilib configurations. # This eclass is for all functions pertaining to handling multilib configurations.
@ -13,10 +13,6 @@ if [[ -z ${_MULTILIB_ECLASS} ]]; then
_MULTILIB_ECLASS=1 _MULTILIB_ECLASS=1
case ${EAPI} in 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) ;; 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac esac