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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9311158D91 for ; Thu, 19 Aug 2021 19:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4755CE07F9; Thu, 19 Aug 2021 19:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 253D7E07F9 for ; Thu, 19 Aug 2021 19:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF49D335D8E for ; Thu, 19 Aug 2021 19:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CD8A5A0 for ; Thu, 19 Aug 2021 19:48:15 +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: <1629402459.24aa3966b4752654fc66dab5ce8e1188bc877976.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 24aa3966b4752654fc66dab5ce8e1188bc877976 X-VCS-Branch: master Date: Thu, 19 Aug 2021 19:48:15 +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: 2a81d385-819b-4f3c-8ffb-79431649d584 X-Archives-Hash: 1a72145da141ac02a3dff5ba8d8bef9c commit: 24aa3966b4752654fc66dab5ce8e1188bc877976 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 19 19:46:37 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 19 19:47:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24aa3966 media-libs/libepoxy: Add Python 3.10 compatibility Signed-off-by: Matt Turner gentoo.org> media-libs/libepoxy/libepoxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 8557aa03d5c..e29ce87c328 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE='xml(+)' inherit meson-multilib python-any-r1 virtualx