eclass/meson: Sync with Gentoo

It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
This commit is contained in:
Flatcar Buildbot 2023-03-20 07:24:40 +00:00
parent 3e9b4d2709
commit 6e10bbc495

View File

@ -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
# @ECLASS: meson.eclass
@ -44,8 +44,6 @@ _MESON_ECLASS=1
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
${NINJA_DEPEND}
dev-util/meson-format-array
@ -449,3 +447,5 @@ meson_src_install() {
}
fi
EXPORT_FUNCTIONS src_configure src_compile src_test src_install