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 EF6DF15808B for ; Tue, 12 Apr 2022 17:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337492BC003; Tue, 12 Apr 2022 17:39:19 +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 24AC32BC004 for ; Tue, 12 Apr 2022 17:39:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B356C341C38 for ; Tue, 12 Apr 2022 17:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE443A5 for ; Tue, 12 Apr 2022 17:39:05 +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: <1649785133.ce12d33d8c75b9d06172833297b20d70ac589593.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ganv/ganv-1.8.0-r1.ebuild X-VCS-Directories: media-libs/ganv/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ce12d33d8c75b9d06172833297b20d70ac589593 X-VCS-Branch: master Date: Tue, 12 Apr 2022 17:39:05 +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: 6c093111-5215-4a6d-b0f3-c5df1d70003c X-Archives-Hash: 630753423cdcef26101c8ec230af3b76 commit: ce12d33d8c75b9d06172833297b20d70ac589593 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 12 04:42:09 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 12 17:38:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce12d33d media-libs/ganv: Add Python 3.10 compatibility Signed-off-by: Matt Turner gentoo.org> media-libs/ganv/ganv-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild index a462ad3f034f..6ed5c20f508f 100644 --- a/media-libs/ganv/ganv-1.8.0-r1.ebuild +++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic waf-utils python-any-r1