commit: d7de16795c884b770d74b837833873a4b9af8178 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 16:11:36 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 16:41:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7de1679
dev-util/kdevelop-python: enable py3.13 Closes: https://bugs.gentoo.org/951472 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild b/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild index ec3e77b4aa45..b2f54611479d 100644 --- a/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild @@ -6,8 +6,13 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" +<<<<<<< HEAD:dev-util/kdevelop-python/kdevelop-python-24.12.3.ebuild PYTHON_COMPAT=( python3_{10..12} ) KFMIN=6.7.0 +======= +PYTHON_COMPAT=( python3_{10..13} ) +KFMIN=6.9.0 +>>>>>>> 4c736eb28226 (dev-util/kdevelop-python: enable py3.13):dev-util/kdevelop-python/kdevelop-python-25.03.80.ebuild QTMIN=6.7.2 inherit ecm gear.kde.org python-single-r1
