diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 09:11:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 09:11:57 +0100 |
commit | b99327f675c46595ccb369447328f80fe83c0225 (patch) | |
tree | 0491e442e263be4864e52de2f736d305b5f85593 /dev-cpp | |
parent | app-emulation/virtualbox-guest-additions: Stabilize 7.0.18 x86, #933448 (diff) | |
download | gentoo-b99327f675c46595ccb369447328f80fe83c0225.tar.gz gentoo-b99327f675c46595ccb369447328f80fe83c0225.tar.bz2 gentoo-b99327f675c46595ccb369447328f80fe83c0225.zip |
dev-cpp/cairomm: enable py3.12
Closes: https://bugs.gentoo.org/929380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cairomm/cairomm-1.14.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.14.4.ebuild b/dev-cpp/cairomm/cairomm-1.14.4.ebuild index c1b5939d9a91..fcca8361042a 100644 --- a/dev-cpp/cairomm/cairomm-1.14.4.ebuild +++ b/dev-cpp/cairomm/cairomm-1.14.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson-multilib python-any-r1 DESCRIPTION="C++ bindings for the Cairo vector graphics library" |