mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 09:31:06 +02:00
eclass/waf-utils: Sync with Gentoo
It's from Gentoo commit ec9bd064a3b2e495970f49d751d57ca62fa77b84.
This commit is contained in:
parent
eb2772c6bf
commit
66c86cc6b1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user