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 20941158020 for ; Sat, 29 Oct 2022 17:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFD552BC002; Sat, 29 Oct 2022 17:44:32 +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 C747EE0920 for ; Sat, 29 Oct 2022 17:44:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D31E9341039 for ; Sat, 29 Oct 2022 17:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA296F2 for ; Sat, 29 Oct 2022 17:44:29 +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: <1667065442.c518ebefeebb7039ffc40ec1355cab554343f1c3.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: c518ebefeebb7039ffc40ec1355cab554343f1c3 X-VCS-Branch: master Date: Sat, 29 Oct 2022 17:44:29 +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: 6c7b3fbe-a356-46b0-9fbc-7e20e8c803ea X-Archives-Hash: e25b7b9b5c9b858db044fddea1aeb0e7 commit: c518ebefeebb7039ffc40ec1355cab554343f1c3 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 17:32:40 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 29 17:44:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c518ebef net-irc/telepathy-idle: Add Python 3.11 compatibility Signed-off-by: Matt Turner gentoo.org> net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 97a13adf6583..171075a08680 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.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_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy"