Eli Schwartz 600c99fde2
dev-python/meson-python: do not require PYTHON_USEDEP on meson
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>
2024-05-13 20:40:18 +01:00
..