From 06443b046d40779db891d3a2e3c4228d48cf96e3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 28 Jun 2023 08:24:02 +0200 Subject: dev-util/meson: Enable pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable pypy3 -- the test failures look roughly the same as with CPython. Signed-off-by: Michał Górny --- dev-util/meson/meson-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util') 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 -- cgit v1.2.3-65-gdbad