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 4C933158020 for ; Sat, 29 Oct 2022 17:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 533E72BC009; Sat, 29 Oct 2022 17:44:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1E0642BC006 for ; Sat, 29 Oct 2022 17:44:33 +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 F333F34102D 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 AFD6D703 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.7baa9f7a87843b4f987eb7f8f3facd2b373a492e.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: 7baa9f7a87843b4f987eb7f8f3facd2b373a492e 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: fb07cb2e-5b4f-4765-9bbf-0f2bbb2bab9a X-Archives-Hash: 4474300a6f5e3ebc81b05d1c2e446358 commit: 7baa9f7a87843b4f987eb7f8f3facd2b373a492e Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 17:34:07 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=7baa9f7a net-voip/telepathy-gabble: Add Python 3.11 compatibility Signed-off-by: Matt Turner gentoo.org> net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7fc061bb5be7..fac937ff9bda 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 @@ -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=6 # Python is used during build for some scripted source files generation (and twisted tests) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 python-any-r1