diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-03-22 18:44:42 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-23 09:16:06 +0200 |
commit | 205c92206a4a492b6944b5a1387d203b569b8261 (patch) | |
tree | 15598eea62e76fa7e4f1cff5109e4e02683160cb /gui-libs/gtk-layer-shell | |
parent | gui-libs/gtk-layer-shell: drop 0.8.1 (diff) | |
download | gentoo-205c92206a4a492b6944b5a1387d203b569b8261.tar.gz gentoo-205c92206a4a492b6944b5a1387d203b569b8261.tar.bz2 gentoo-205c92206a4a492b6944b5a1387d203b569b8261.zip |
gui-libs/gtk-layer-shell: enable py3.12
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/35867
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs/gtk-layer-shell')
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.2.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.2.ebuild index 9044b9706980..b185c66bb840 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.2.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VALA_USE_DEPEND="vapigen" inherit vala meson python-any-r1 |