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 6D24E158287 for ; Mon, 12 May 2025 16:58:01 +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 55D54343591 for ; Mon, 12 May 2025 16:58:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 44B371103C1; Mon, 12 May 2025 16:57:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3B3A31103C1 for ; Mon, 12 May 2025 16:57:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6011343545 for ; Mon, 12 May 2025 16:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574452822 for ; Mon, 12 May 2025 16:57:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1747069009.ee19abd01dd131d4ad5e93dfd7a26dad0b9fb2be.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncspot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncspot/ncspot-1.2.2.ebuild X-VCS-Directories: media-sound/ncspot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ee19abd01dd131d4ad5e93dfd7a26dad0b9fb2be X-VCS-Branch: master Date: Mon, 12 May 2025 16:57:51 +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: 8136f808-64bc-408a-8a15-f20db2c12613 X-Archives-Hash: a00fd3518739639424f18a8f5c1a654a commit: ee19abd01dd131d4ad5e93dfd7a26dad0b9fb2be Author: Joonas Niilola gentoo org> AuthorDate: Mon May 12 16:56:49 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 12 16:56:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee19abd0 media-sound/ncspot: enable py3.14 Signed-off-by: Joonas Niilola gentoo.org> media-sound/ncspot/ncspot-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ncspot/ncspot-1.2.2.ebuild b/media-sound/ncspot/ncspot-1.2.2.ebuild index 85c831310de3..e7de46f3799c 100644 --- a/media-sound/ncspot/ncspot-1.2.2.ebuild +++ b/media-sound/ncspot/ncspot-1.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 CRATES="" -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit bash-completion-r1 cargo desktop optfeature python-any-r1