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 CF03D158086 for ; Sun, 19 Dec 2021 01:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9044E07A5; Sun, 19 Dec 2021 01:30:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ABB4E07A5 for ; Sun, 19 Dec 2021 01:30:25 +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 4D1DE342F86 for ; Sun, 19 Dec 2021 01:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D525514D for ; Sun, 19 Dec 2021 01:30:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1639877306.ac3907ebb9d18981f99de81b5a2265e559ec0bd8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild X-VCS-Directories: net-voip/telepathy-gabble/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ac3907ebb9d18981f99de81b5a2265e559ec0bd8 X-VCS-Branch: master Date: Sun, 19 Dec 2021 01:30:11 +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: 2f29c2bd-6afd-4ddb-bb7c-2a1aaefa92c7 X-Archives-Hash: 6cdf1b16fbb66f618e9c6b419b46e013 commit: ac3907ebb9d18981f99de81b5a2265e559ec0bd8 Author: t0b3 gmail com> AuthorDate: Fri Dec 17 13:32:57 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 19 01:28:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3907eb net-voip/telepathy-gabble: add python 3.10 Closes: https://bugs.gentoo.org/829467 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23389 Signed-off-by: Matt Turner gentoo.org> net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild index 625fb4d835da..7fc061bb5be7 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild @@ -3,7 +3,7 @@ EAPI=6 # Python is used during build for some scripted source files generation (and twisted tests) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-any-r1