mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
eclass/meson: Sync with Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
This commit is contained in:
parent
3e9b4d2709
commit
6e10bbc495
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2017-2022 Gentoo Authors
|
# Copyright 2017-2023 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: meson.eclass
|
# @ECLASS: meson.eclass
|
||||||
@ -44,8 +44,6 @@ _MESON_ECLASS=1
|
|||||||
|
|
||||||
inherit multiprocessing ninja-utils python-utils-r1 toolchain-funcs
|
inherit multiprocessing ninja-utils python-utils-r1 toolchain-funcs
|
||||||
|
|
||||||
EXPORT_FUNCTIONS src_configure src_compile src_test src_install
|
|
||||||
|
|
||||||
BDEPEND=">=dev-util/meson-0.62.2
|
BDEPEND=">=dev-util/meson-0.62.2
|
||||||
${NINJA_DEPEND}
|
${NINJA_DEPEND}
|
||||||
dev-util/meson-format-array
|
dev-util/meson-format-array
|
||||||
@ -449,3 +447,5 @@ meson_src_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
EXPORT_FUNCTIONS src_configure src_compile src_test src_install
|
||||||
|
Loading…
Reference in New Issue
Block a user