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 3F865138335 for ; Sun, 17 Jun 2018 23:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C29EE0801; Sun, 17 Jun 2018 23:54:41 +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 E7856E0801 for ; Sun, 17 Jun 2018 23:54:40 +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 7B458335C90 for ; Sun, 17 Jun 2018 23:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B44AE2D9 for ; Sun, 17 Jun 2018 23:54:37 +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: <1529279581.6bfa2990e44a58c2185b94226f91b05e5c3e4749.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-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6bfa2990e44a58c2185b94226f91b05e5c3e4749 X-VCS-Branch: master Date: Sun, 17 Jun 2018 23:54:37 +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-Archives-Salt: 7bcea172-4dba-4f16-94f7-4509945f667f X-Archives-Hash: 40f40c5b6a79b955cf03ceb01614532e commit: 6bfa2990e44a58c2185b94226f91b05e5c3e4749 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 17 23:43:25 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 17 23:53:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfa2990 media-libs/mesa: Readd forgotten USE=selinux media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 8be2183b248..73bba1fe278 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -371,6 +371,7 @@ multilib_src_configure() { $(meson_use gbm) $(meson_use gles1) $(meson_use gles2) + $(meson_use selinux) $(meson_use unwind libunwind) $(meson_use lm_sensors lmsensors) -Dvalgrind=$(usex valgrind auto false)