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 A92FC1584AD for ; Sat, 03 May 2025 06:31:45 +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 9065B3430A1 for ; Sat, 03 May 2025 06:31:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 90088110287; Sat, 03 May 2025 06:31:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 86D7C110287 for ; Sat, 03 May 2025 06:31:44 +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 452503430A1 for ; Sat, 03 May 2025 06:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18AAF18 for ; Sat, 03 May 2025 06:31:42 +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: <1746253900.0b16ed5006a555edbe3b324ea02e17c506ff267e.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-25.04.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b16ed5006a555edbe3b324ea02e17c506ff267e X-VCS-Branch: master Date: Sat, 03 May 2025 06:31:42 +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: 1fa1994c-15ef-4a11-884d-f918643bd6fa X-Archives-Hash: c15bc838c131d7e6779d289f78879edc commit: 0b16ed5006a555edbe3b324ea02e17c506ff267e Author: Sam James gentoo org> AuthorDate: Sat May 3 06:31:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 3 06:31:40 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b16ed50 kde-apps/cantor: disable py3.10 Signed-off-by: Sam James gentoo.org> kde-apps/cantor/cantor-25.04.49.9999.ebuild | 2 +- kde-apps/cantor/cantor-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/cantor/cantor-25.04.49.9999.ebuild b/kde-apps/cantor/cantor-25.04.49.9999.ebuild index a8aece0b47..d72e0e8037 100644 --- a/kde-apps/cantor/cantor-25.04.49.9999.ebuild +++ b/kde-apps/cantor/cantor-25.04.49.9999.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.13.0 QTMIN=6.7.2 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index a8aece0b47..d72e0e8037 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.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.13.0 QTMIN=6.7.2