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 CC7FA15807A for ; Mon, 09 Jun 2025 00:45:15 +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 B5AA1342FF1 for ; Mon, 09 Jun 2025 00:45:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B4B7C1102BE; Mon, 09 Jun 2025 00:45:14 +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 AAD091102BE for ; Mon, 09 Jun 2025 00:45:14 +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 6033E342FAB for ; Mon, 09 Jun 2025 00:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4371297D for ; Mon, 09 Jun 2025 00:45:12 +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: <1749429808.15fa3bb68c72cb024b6c35f1282be92277f6f6ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.21.1.ebuild app-crypt/libsecret/libsecret-0.21.4-r1.ebuild app-crypt/libsecret/libsecret-0.21.4-r2.ebuild app-crypt/libsecret/libsecret-0.21.7.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15fa3bb68c72cb024b6c35f1282be92277f6f6ba X-VCS-Branch: master Date: Mon, 09 Jun 2025 00:45:12 +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: b20e7d41-d3d9-4f74-a552-72b90488dd82 X-Archives-Hash: ce2c72b1d9ed67e652b093bf4beadffb commit: 15fa3bb68c72cb024b6c35f1282be92277f6f6ba Author: Sam James gentoo org> AuthorDate: Mon Jun 9 00:43:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 00:43:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fa3bb6 app-crypt/libsecret: avoid *t targets in python-any-r1 It'll drag in :3.13t or :3.14t on machines where there's no prospect of it being the sole interpreter anyway. Signed-off-by: Sam James gentoo.org> app-crypt/libsecret/libsecret-0.21.1.ebuild | 2 +- app-crypt/libsecret/libsecret-0.21.4-r1.ebuild | 2 +- app-crypt/libsecret/libsecret-0.21.4-r2.ebuild | 2 +- app-crypt/libsecret/libsecret-0.21.7.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/libsecret/libsecret-0.21.1.ebuild b/app-crypt/libsecret/libsecret-0.21.1.ebuild index d29ce2b206e1..7ad799b9a639 100644 --- a/app-crypt/libsecret/libsecret-0.21.1.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx diff --git a/app-crypt/libsecret/libsecret-0.21.4-r1.ebuild b/app-crypt/libsecret/libsecret-0.21.4-r1.ebuild index 4e98b795d12c..85444d1485de 100644 --- a/app-crypt/libsecret/libsecret-0.21.4-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx diff --git a/app-crypt/libsecret/libsecret-0.21.4-r2.ebuild b/app-crypt/libsecret/libsecret-0.21.4-r2.ebuild index 056de25fb0e9..b05fc0a89b1c 100644 --- a/app-crypt/libsecret/libsecret-0.21.4-r2.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx diff --git a/app-crypt/libsecret/libsecret-0.21.7.ebuild b/app-crypt/libsecret/libsecret-0.21.7.ebuild index 461da725160f..78851cbfab77 100644 --- a/app-crypt/libsecret/libsecret-0.21.7.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx