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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 158A3158090 for ; Fri, 20 May 2022 19:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8A1E09AE; Fri, 20 May 2022 19:16:19 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 153EEE09AE for ; Fri, 20 May 2022 19:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C24B3412D2 for ; Fri, 20 May 2022 19:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45356480 for ; Fri, 20 May 2022 19:16:15 +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: <1653073775.81a9fd51a3e6aeae42f0ba07e88f53167a3c3825.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild X-VCS-Directories: net-voip/telepathy-salut/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 81a9fd51a3e6aeae42f0ba07e88f53167a3c3825 X-VCS-Branch: master Date: Fri, 20 May 2022 19:16:15 +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: d6162e1e-5d4e-4c20-a94a-d51a2c8554b2 X-Archives-Hash: 4f556ea543a8aaba79bd73b43209f055 commit: 81a9fd51a3e6aeae42f0ba07e88f53167a3c3825 Author: Pacho Ramos gentoo org> AuthorDate: Fri May 20 18:57:54 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri May 20 19:09:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a9fd51 net-voip/telepathy-salut: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/846179 Signed-off-by: Pacho Ramos gentoo.org> net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild index 465a3f4426fb..3c3c4b35aee3 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 DESCRIPTION="A link-local XMPP connection manager for Telepathy"