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 5804C158086 for ; Sun, 19 Dec 2021 01:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B2A72BC016; Sun, 19 Dec 2021 01:30:29 +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 47E382BC016 for ; Sun, 19 Dec 2021 01:30:29 +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 EDD3A342F4E 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 EB48723E 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: <1639877319.309e88aa737919a039fa681c0c72244e12fb8e24.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/telepathy-idle/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild X-VCS-Directories: net-irc/telepathy-idle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 309e88aa737919a039fa681c0c72244e12fb8e24 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: 99de5900-d450-46a1-a9b7-f2b2772df8a5 X-Archives-Hash: c26e82062a4da2be4d33f4aa20b9bfd6 commit: 309e88aa737919a039fa681c0c72244e12fb8e24 Author: t0b3 gmail com> AuthorDate: Fri Dec 17 13:31:00 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 19 01:28:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309e88aa net-irc/telepathy-idle: add python 3.10 Closes: https://bugs.gentoo.org/829466 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23388 Signed-off-by: Matt Turner gentoo.org> net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild index 183663a926d6..97a13adf6583 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy"