From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1046401-garchives=archives.gentoo.org@lists.gentoo.org>
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 0229B138334
	for <garchives@archives.gentoo.org>; Tue, 11 Sep 2018 16:37:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CF265E0ADA;
	Tue, 11 Sep 2018 16:37:07 +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 AB8CBE0ADA
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Sep 2018 16:37:07 +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 56123335D59
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Sep 2018 16:37:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BED203C3
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Sep 2018 16:37:04 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1536683799.3d56c8907d201bbe16a196e30e972e83e8db0aa0.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-18.2.0-r1.ebuild media-libs/mesa/mesa-18.2.0.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: 3d56c8907d201bbe16a196e30e972e83e8db0aa0
X-VCS-Branch: master
Date: Tue, 11 Sep 2018 16:37:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d960ca98-4d7e-40b0-818d-6d909842cad6
X-Archives-Hash: 99030dd0091b4a2ad841bd116c87a0b9

commit:     3d56c8907d201bbe16a196e30e972e83e8db0aa0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 16:33:40 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 16:36:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d56c890

media-libs/mesa: Enable asserts only with USE=debug

Closes: https://bugs.gentoo.org/665450

 media-libs/mesa/{mesa-18.2.0.ebuild => mesa-18.2.0-r1.ebuild} | 1 +
 media-libs/mesa/mesa-9999.ebuild                              | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/mesa/mesa-18.2.0.ebuild b/media-libs/mesa/mesa-18.2.0-r1.ebuild
similarity index 99%
rename from media-libs/mesa/mesa-18.2.0.ebuild
rename to media-libs/mesa/mesa-18.2.0-r1.ebuild
index ce53ca4e9ad..68ef0d429ed 100644
--- a/media-libs/mesa/mesa-18.2.0.ebuild
+++ b/media-libs/mesa/mesa-18.2.0-r1.ebuild
@@ -477,6 +477,7 @@ multilib_src_configure() {
 		-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
 		-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
 		--buildtype $(usex debug debug plain)
+		-Db_ndebug=$(usex debug false true)
 	)
 	meson_src_configure
 }

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a930dcd57c2..2fd5700404f 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -477,6 +477,7 @@ multilib_src_configure() {
 		-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
 		-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
 		--buildtype $(usex debug debug plain)
+		-Db_ndebug=$(usex debug false true)
 	)
 	meson_src_configure
 }