diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 08:00:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 08:00:14 +0100 |
commit | bba7329fddbc22cdc7089b0944b5e3e5c46df047 (patch) | |
tree | 868a8d7f3287f3d178d94f7b82bc91b9a8a1147d /net-libs/gtk-vnc | |
parent | dev-debug/systemtap: drop 4.9, 5.0 (diff) | |
download | gentoo-bba7329fddbc22cdc7089b0944b5e3e5c46df047.tar.gz gentoo-bba7329fddbc22cdc7089b0944b5e3e5c46df047.tar.bz2 gentoo-bba7329fddbc22cdc7089b0944b5e3e5c46df047.zip |
net-libs/gtk-vnc: enable py3.12
Closes: https://bugs.gentoo.org/929702
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/gtk-vnc')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild index 041330b2029c..a82d3c02f904 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org vala meson python-any-r1 xdg |