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 B1E1B158086 for ; Sun, 19 Dec 2021 01:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECF32BC024; Sun, 19 Dec 2021 01:30:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E8CFF2BC024 for ; Sun, 19 Dec 2021 01:30:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DF6F343093 for ; Sun, 19 Dec 2021 01:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 316FE256 for ; Sun, 19 Dec 2021 01:30:12 +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: <1639877371.dff4b2815faba1cb6757dc83b3d46cd7745820fc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild X-VCS-Directories: net-im/telepathy-mission-control/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dff4b2815faba1cb6757dc83b3d46cd7745820fc X-VCS-Branch: master Date: Sun, 19 Dec 2021 01:30: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: 3ed377ca-58b3-4ba2-b87f-c252643ed3a3 X-Archives-Hash: 95dd8c99d9b2a5b36fe620e87ccd9949 commit: dff4b2815faba1cb6757dc83b3d46cd7745820fc Author: t0b3 gmail com> AuthorDate: Fri Dec 17 13:20:13 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 19 01:29:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff4b281 net-im/telepathy-mission-control: add python 3.10 Closes: https://bugs.gentoo.org/829462 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23385 Signed-off-by: Matt Turner gentoo.org> .../telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild index 8befb67a258e..c68b09c31f35 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-any-r1