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 8FF581382C5 for ; Tue, 1 Dec 2020 23:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D29E0895; Tue, 1 Dec 2020 23:06:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA82BE0895 for ; Tue, 1 Dec 2020 23:06:06 +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 BE7AB340D3A for ; Tue, 1 Dec 2020 23:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 725C738A for ; Tue, 1 Dec 2020 23:06:03 +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: <1606863951.49f6bb559eb788506b5f6d0bb59fb988fb5692dc.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.3.0_rc3.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: 49f6bb559eb788506b5f6d0bb59fb988fb5692dc X-VCS-Branch: master Date: Tue, 1 Dec 2020 23:06:03 +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: 10f30843-791b-4611-9ee3-ace495030e9f X-Archives-Hash: f26239a59ee161120510176d694f28d3 commit: 49f6bb559eb788506b5f6d0bb59fb988fb5692dc Author: Matt Turner gentoo org> AuthorDate: Tue Dec 1 22:06:38 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Dec 1 23:05:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f6bb55 media-libs/mesa: Avoid deprecation warning Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-20.3.0_rc3.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-20.3.0_rc3.ebuild b/media-libs/mesa/mesa-20.3.0_rc3.ebuild index 1da56517de7..7326bb94a60 100644 --- a/media-libs/mesa/mesa-20.3.0_rc3.ebuild +++ b/media-libs/mesa/mesa-20.3.0_rc3.ebuild @@ -493,7 +493,7 @@ multilib_src_configure() { $(meson_use test build-tests) -Dglx=$(usex X dri disabled) -Dglvnd=true - -Dshared-glapi=true + -Dshared-glapi=enabled $(meson_feature dri3) $(meson_feature egl) $(meson_feature gbm) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 61fb4135e80..72ea1d60ab5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -492,7 +492,7 @@ multilib_src_configure() { $(meson_use test build-tests) -Dglx=$(usex X dri disabled) -Dglvnd=true - -Dshared-glapi=true + -Dshared-glapi=enabled $(meson_feature dri3) $(meson_feature egl) $(meson_feature gbm)