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 55CF9138359 for ; Wed, 14 Oct 2020 22:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADAA9E08FB; Wed, 14 Oct 2020 22:18:03 +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 8A802E08FB for ; Wed, 14 Oct 2020 22:18:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4B8FC340EBD for ; Wed, 14 Oct 2020 22:18:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7FC4388 for ; Wed, 14 Oct 2020 22:18:00 +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: <1602713864.da3888b024d2eca6aeb6b326f1c67215300e6eca.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-20.1.9.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: da3888b024d2eca6aeb6b326f1c67215300e6eca X-VCS-Branch: master Date: Wed, 14 Oct 2020 22:18:00 +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: 5f9f779e-6c09-44d6-8843-a6dcb12208f1 X-Archives-Hash: af90029b77f64749b7ac8510a54b3722 commit: da3888b024d2eca6aeb6b326f1c67215300e6eca Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Oct 9 15:13:42 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 14 22:17:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3888b0 media-libs/mesa: python3_9 for 20.1.9 Closes: https://bugs.gentoo.org/747169 Closes: https://github.com/gentoo/gentoo/pull/17862 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-20.1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-20.1.9.ebuild b/media-libs/mesa/mesa-20.1.9.ebuild index 2d132350da8..122dbb2b734 100644 --- a/media-libs/mesa/mesa-20.1.9.ebuild +++ b/media-libs/mesa/mesa-20.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit llvm meson multilib-minimal python-any-r1 linux-info @@ -482,7 +482,7 @@ multilib_src_configure() { emesonargs+=( $(meson_use test build-tests) -Dglx=$(usex X dri disabled) - -Dglvnd=enabled + -Dglvnd=true -Dshared-glapi=true $(meson_use dri3) $(meson_use egl)