commit:     06443b046d40779db891d3a2e3c4228d48cf96e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 06:24:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:21:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06443b04

dev-util/meson: Enable pypy3

Enable pypy3 -- the test failures look roughly the same as with CPython.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index e9da33425eb5..af3261000a64 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 
 if [[ ${PV} = *9999* ]]; then

Reply via email to