commit: 404df99b0c8f723ecda8e8ec4391fee75e29237f Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Tue Dec 20 01:58:31 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 24 07:04:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404df99b
x11-libs/xapp: Update PYTHON_COMPAT Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/28444 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/xapp/xapp-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/xapp/xapp-2.4.2.ebuild b/x11-libs/xapp/xapp-2.4.2.ebuild index 37d5d92e3105..7a0df7e6ce85 100644 --- a/x11-libs/xapp/xapp-2.4.2.ebuild +++ b/x11-libs/xapp/xapp-2.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{8..11} ) VALA_USE_DEPEND="vapigen" inherit gnome2-utils vala meson python-r1 xdg-utils
