diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-05-12 14:17:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-12 14:26:54 +0200 |
commit | fd744ae6f0c722733fbda3f054e8abdb71912b44 (patch) | |
tree | 9b5b2a49bafbcb22b631a65df8cd9f86f0d3c3cb /x11-misc | |
parent | sys-libs/openipmi: add python3.12 support (diff) | |
download | gentoo-fd744ae6f0c722733fbda3f054e8abdb71912b44.tar.gz gentoo-fd744ae6f0c722733fbda3f054e8abdb71912b44.tar.bz2 gentoo-fd744ae6f0c722733fbda3f054e8abdb71912b44.zip |
x11-misc/dex: add python3.12 support
Closes: https://bugs.gentoo.org/929883
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dex/dex-0.9.0.ebuild | 5 |
1 files 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" |