mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
eclass/multilib: Sync with Gentoo
It's from Gentoo commit 7000d2603ef39745093f6f9f230f35635d22f0fe.
This commit is contained in:
parent
e48eb70c5a
commit
4e2a257c79
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user