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 DE7FD15808B for ; Wed, 9 Feb 2022 21:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CF7FE0864; Wed, 9 Feb 2022 21:22:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3496BE085E for ; Wed, 9 Feb 2022 21:22:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1474343034 for ; Wed, 9 Feb 2022 21:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E292A0 for ; Wed, 9 Feb 2022 21:22:17 +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: <1644441731.abf6a3bfdba03d14e2afd16b2d217614c08fcb00.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-21.3.5.ebuild media-libs/mesa/mesa-22.0.0_rc1.ebuild media-libs/mesa/mesa-22.0.0_rc2.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: abf6a3bfdba03d14e2afd16b2d217614c08fcb00 X-VCS-Branch: master Date: Wed, 9 Feb 2022 21:22:17 +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: 0695a194-13a6-412d-a245-278247068d88 X-Archives-Hash: 96a70e04f4faf37eb7d677cb2d0b3d57 commit: abf6a3bfdba03d14e2afd16b2d217614c08fcb00 Author: Matt Turner gentoo org> AuthorDate: Wed Feb 9 21:21:16 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Feb 9 21:22:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf6a3bf media-libs/mesa: Drop Python 3.7 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-21.3.5.ebuild | 2 +- media-libs/mesa/mesa-22.0.0_rc1.ebuild | 2 +- media-libs/mesa/mesa-22.0.0_rc2.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-21.3.5.ebuild b/media-libs/mesa/mesa-21.3.5.ebuild index 919f02c2968b..f94b6c9c9f55 100644 --- a/media-libs/mesa/mesa-21.3.5.ebuild +++ b/media-libs/mesa/mesa-21.3.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit llvm meson-multilib python-any-r1 linux-info diff --git a/media-libs/mesa/mesa-22.0.0_rc1.ebuild b/media-libs/mesa/mesa-22.0.0_rc1.ebuild index f3862d26262e..15b5138f55fb 100644 --- a/media-libs/mesa/mesa-22.0.0_rc1.ebuild +++ b/media-libs/mesa/mesa-22.0.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit llvm meson-multilib python-any-r1 linux-info diff --git a/media-libs/mesa/mesa-22.0.0_rc2.ebuild b/media-libs/mesa/mesa-22.0.0_rc2.ebuild index f3862d26262e..15b5138f55fb 100644 --- a/media-libs/mesa/mesa-22.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-22.0.0_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit llvm meson-multilib python-any-r1 linux-info diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index f3862d26262e..15b5138f55fb 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit llvm meson-multilib python-any-r1 linux-info