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 AE1E7158086 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 BB67D2BC022; 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 9F2C42BC022 for ; Sun, 19 Dec 2021 01:30:29 +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 2DFC13430B3 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 1E0E7253 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: <1639877363.50586b856beae4b9af7839eef9559e2f9e72111e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 50586b856beae4b9af7839eef9559e2f9e72111e 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: 7d597779-5ec7-4994-b7f5-b6b43b712e54 X-Archives-Hash: 42d6fec6abf1475b349130e53d136f28 commit: 50586b856beae4b9af7839eef9559e2f9e72111e Author: t0b3 gmail com> AuthorDate: Fri Dec 17 13:22:33 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 19 01:29:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50586b85 net-libs/telepathy-glib: add python 3.10 Closes: https://bugs.gentoo.org/829464 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23386 Signed-off-by: Matt Turner gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild index 241006fa8303..7f1d649611ab 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen"