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 B8B18138334 for ; Sat, 9 Jun 2018 16:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45157E089A; Sat, 9 Jun 2018 16:20:18 +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 15B1DE089A for ; Sat, 9 Jun 2018 16:20:17 +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 2F5D1335C88 for ; Sat, 9 Jun 2018 16:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE1EF2BD for ; Sat, 9 Jun 2018 16:20:10 +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: <1528561123.743d139255e027397d1538e2eb2c25e99a8bdcde.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: 743d139255e027397d1538e2eb2c25e99a8bdcde X-VCS-Branch: master Date: Sat, 9 Jun 2018 16:20:10 +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: cd5b3421-1e69-416c-93ed-44adce8de98b X-Archives-Hash: 6cd9b8abd481ea304f363e8e6381d8ac commit: 743d139255e027397d1538e2eb2c25e99a8bdcde Author: Mike Lothian fireburn co uk> AuthorDate: Sat Jun 9 16:18:43 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jun 9 16:18:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743d1392 /home/mattst88/projects/gentoo: Remove duplicate gallium-nine config media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 06aaa79ae03..74c6a601092 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -368,7 +368,6 @@ multilib_src_configure() { -Dglx=dri -Dshared-glapi=true $(meson_use !bindist texture-float) - $(meson_use d3d9 gallium-nine) $(meson_use dri3) $(meson_use egl) $(meson_use gbm)