commit: fd744ae6f0c722733fbda3f054e8abdb71912b44 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun May 12 12:17:31 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 12 12:26:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd744ae6
x11-misc/dex: add python3.12 support Closes: https://bugs.gentoo.org/929883 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-misc/dex/dex-0.9.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/dex/dex-0.9.0.ebuild b/x11-misc/dex/dex-0.9.0.ebuild index 4774c80d2f54..007e212716ee 100644 --- a/x11-misc/dex/dex-0.9.0.ebuild +++ b/x11-misc/dex/dex-0.9.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries"
