diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-13 14:49:39 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-13 20:40:18 +0100 |
commit | 5ea7d3029192357a89585cc8997f9f370a2ad090 (patch) | |
tree | 8ef1f07501ea4a1c7e422d339f88197bb3a11a21 /dev-build | |
parent | net-misc/pedro: drop 1.12 (diff) | |
download | gentoo-5ea7d3029192357a89585cc8997f9f370a2ad090.tar.gz gentoo-5ea7d3029192357a89585cc8997f9f370a2ad090.tar.bz2 gentoo-5ea7d3029192357a89585cc8997f9f370a2ad090.zip |
Revert "dev-build/meson: Enable py3.13"
This reverts commit 6c402b8999d80c1dce6bc075184545ca9e592cb9.
Meson doesn't pass tests upstream with py3.13, nor when overriding
RESTRICT=test and testing it on gentoo.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/meson/meson-1.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-build/meson/meson-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-build/meson/meson-1.4.0-r1.ebuild b/dev-build/meson/meson-1.4.0-r1.ebuild index 24f0d730f741..d30bc90b1103 100644 --- a/dev-build/meson/meson-1.4.0-r1.ebuild +++ b/dev-build/meson/meson-1.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 edo distutils-r1 flag-o-matic toolchain-funcs diff --git a/dev-build/meson/meson-9999.ebuild b/dev-build/meson/meson-9999.ebuild index b65657a09c33..027a1fc01853 100644 --- a/dev-build/meson/meson-9999.ebuild +++ b/dev-build/meson/meson-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 edo distutils-r1 flag-o-matic toolchain-funcs |