From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCA501584AD for ; Sat, 03 May 2025 06:32:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A35BB3430B5 for ; Sat, 03 May 2025 06:32:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9C6C7110287; Sat, 03 May 2025 06:32:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 93599110287 for ; Sat, 03 May 2025 06:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F9FA3430A1 for ; Sat, 03 May 2025 06:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5F05F18 for ; Sat, 03 May 2025 06:32:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746253886.fdedfc8c3e1985024597da22bdf0aada4b9e634a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-24.12.3.ebuild kde-apps/cantor/cantor-25.04.0.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fdedfc8c3e1985024597da22bdf0aada4b9e634a X-VCS-Branch: master Date: Sat, 03 May 2025 06:32:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a41c314-6e80-42d6-85f4-581b21fc9574 X-Archives-Hash: ad6eb21e0ecf6931284bdafb61d35a31 commit: fdedfc8c3e1985024597da22bdf0aada4b9e634a Author: Sam James gentoo org> AuthorDate: Sat May 3 06:31:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 3 06:31:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdedfc8c kde-apps/cantor: disable py3.10 Signed-off-by: Sam James gentoo.org> kde-apps/cantor/cantor-24.12.3.ebuild | 2 +- kde-apps/cantor/cantor-25.04.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/cantor/cantor-24.12.3.ebuild b/kde-apps/cantor/cantor-24.12.3.ebuild index 56fbfff3b17f..2a417435808c 100644 --- a/kde-apps/cantor/cantor-24.12.3.ebuild +++ b/kde-apps/cantor/cantor-24.12.3.ebuild @@ -7,7 +7,7 @@ CMAKE_MAKEFILE_GENERATOR="emake" ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PVCUT=$(ver_cut 1-3) KFMIN=6.7.0 QTMIN=6.7.2 diff --git a/kde-apps/cantor/cantor-25.04.0.ebuild b/kde-apps/cantor/cantor-25.04.0.ebuild index c639da5e64ea..f998567c86d5 100644 --- a/kde-apps/cantor/cantor-25.04.0.ebuild +++ b/kde-apps/cantor/cantor-25.04.0.ebuild @@ -7,7 +7,7 @@ CMAKE_MAKEFILE_GENERATOR="emake" ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PVCUT=$(ver_cut 1-3) KFMIN=6.9.0 QTMIN=6.7.2