commit: 083b6fc697789985b7928b71af5f94f2629e3609
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 21 12:23:14 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 21 12:23:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=083b6fc6
sci-electronics/kactus2: enable py3.13
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild
b/sci-electronics/kactus2/kactus2-9999.ebuild
index 72f44b10d..51b253c9d 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,9 +1,9 @@
-# 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_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit python-r1 qmake-utils xdg
DESCRIPTION="A open source IP-XACT-based tool"