From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 F1CFA158042 for ; Fri, 8 Nov 2024 16:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A92FE087B; Fri, 8 Nov 2024 16:32:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 2F5D0E087B for ; Fri, 8 Nov 2024 16:32:28 +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 4E73A341465 for ; Fri, 8 Nov 2024 16:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69E21E06 for ; Fri, 8 Nov 2024 16:32:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1731083531.9b18a2830f532ed655d14fe63d0e4edb05b4dd88.pacho@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.4.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9b18a2830f532ed655d14fe63d0e4edb05b4dd88 X-VCS-Branch: master Date: Fri, 8 Nov 2024 16:32:24 +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: 0d37271b-0350-4b57-830f-09444295e7e8 X-Archives-Hash: fd3bf222f9ac1badc1c5352f229a3d04 commit: 9b18a2830f532ed655d14fe63d0e4edb05b4dd88 Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 8 16:29:42 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 8 16:32:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b18a283 app-crypt/libsecret: enable py3.13 Signed-off-by: Pacho Ramos gentoo.org> app-crypt/libsecret/libsecret-0.21.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.21.4.ebuild b/app-crypt/libsecret/libsecret-0.21.4.ebuild index ed26e2f0f9e1..c8f6301b65d7 100644 --- a/app-crypt/libsecret/libsecret-0.21.4.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 gnome2 meson-multilib python-any-r1 vala virtualx