eclass/waf-utils: Sync with Gentoo

It's from Gentoo commit ec9bd064a3b2e495970f49d751d57ca62fa77b84.
This commit is contained in:
Flatcar Buildbot 2024-10-21 07:07:36 +00:00
parent eb2772c6bf
commit 66c86cc6b1

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: waf-utils.eclass # @ECLASS: waf-utils.eclass
@ -20,7 +20,7 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac esac
if [[ ! ${_WAF_UTILS_ECLASS} ]]; then if [[ -z ${_WAF_UTILS_ECLASS} ]]; then
_WAF_UTILS_ECLASS=1 _WAF_UTILS_ECLASS=1
inherit multilib toolchain-funcs multiprocessing inherit multilib toolchain-funcs multiprocessing