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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC91F158170 for ; Sun, 21 Jul 2024 02:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 105BEE2A61; Sun, 21 Jul 2024 02:27:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3714E2A61 for ; Sun, 21 Jul 2024 02:27:16 +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 B09B2343075 for ; Sun, 21 Jul 2024 02:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD991CEA for ; Sun, 21 Jul 2024 02:27:14 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1721528154.a85262b21a80874d4c73e1da0602afc83dd9d8bf.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-vpn/tor/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-vpn/tor/tor-0.4.8.11.ebuild X-VCS-Directories: net-vpn/tor/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: a85262b21a80874d4c73e1da0602afc83dd9d8bf X-VCS-Branch: master Date: Sun, 21 Jul 2024 02:27:14 +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: c7e41fd9-c93e-422f-86d2-c24b7dca28f2 X-Archives-Hash: c4f44db1f96dd6f83028b338ca612518 commit: a85262b21a80874d4c73e1da0602afc83dd9d8bf Author: orbea riseup net> AuthorDate: Sun Jul 21 02:15:54 2024 +0000 Commit: orbea riseup net> CommitDate: Sun Jul 21 02:15:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=a85262b2 net-vpn/tor: enable py3.13 Signed-off-by: orbea riseup.net> net-vpn/tor/tor-0.4.8.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/tor/tor-0.4.8.11.ebuild b/net-vpn/tor/tor-0.4.8.11.ebuild index 47b432d..1c01b31 100644 --- a/net-vpn/tor/tor-0.4.8.11.ebuild +++ b/net-vpn/tor/tor-0.4.8.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/torproject.org.asc inherit edo python-any-r1 readme.gentoo-r1 systemd verify-sig