mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-06 00:27:27 -08:00
It internally runs meson via subprocess.run and doesn't require matching impls. It does list: ``` dependencies = [ 'meson >= 0.63.3; python_version < "3.12"', 'meson >= 1.2.3; python_version >= "3.12"', ``` But this is because it wants to guarantee that it can, in fact, find a meson CLI executable installed, in the only way it knows how. It shouldn't interfere with portage's handling of multi-impl pythons. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>