diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 22:47:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 22:47:26 +0100 |
commit | d216cbcae03193e53c4e8f05aff684f9df338272 (patch) | |
tree | c6ce30dd2ec838699fd40a4ce74f298e1d46df0c /dev-util/rr | |
parent | net-firewall/firewalld: enable py3.12 (diff) | |
download | gentoo-d216cbcae03193e53c4e8f05aff684f9df338272.tar.gz gentoo-d216cbcae03193e53c4e8f05aff684f9df338272.tar.bz2 gentoo-d216cbcae03193e53c4e8f05aff684f9df338272.zip |
dev-util/rr: enable py3.12
Closes: https://bugs.gentoo.org/929553
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/rr')
-rw-r--r-- | dev-util/rr/rr-5.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rr/rr-5.7.0.ebuild b/dev-util/rr/rr-5.7.0.ebuild index ab0fca41cd19..1ad7b9182222 100644 --- a/dev-util/rr/rr-5.7.0.ebuild +++ b/dev-util/rr/rr-5.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1 |