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 F39611396D0 for ; Sat, 16 Sep 2017 19:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658E11FC008; Sat, 16 Sep 2017 19:14:21 +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 45B7D1FC008 for ; Sat, 16 Sep 2017 19:14:21 +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 641343416A6 for ; Sat, 16 Sep 2017 19:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 078959078 for ; Sat, 16 Sep 2017 19:14:19 +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: <1505589251.0220ac0754cbf978cb075a033088684f119b8f66.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: 0220ac0754cbf978cb075a033088684f119b8f66 X-VCS-Branch: master Date: Sat, 16 Sep 2017 19:14:19 +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: c4df5d25-d734-43fc-b40c-99d29328b8fc X-Archives-Hash: 4613cd3f0cc2cb23f20b91744ca088a5 commit: 0220ac0754cbf978cb075a033088684f119b8f66 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 16 19:13:14 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 16 19:14:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0220ac07 media-libs/mesa: Update to use newly renamed OMX flag Upstream commit 6a8aa11c207b changed the name. media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7b46f3d89a6..4a8ab358f93 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -240,7 +240,7 @@ multilib_src_configure() { myconf+=" $(use_enable d3d9 nine) $(use_enable llvm) - $(use_enable openmax omx) + $(use_enable openmax omx-bellagio) $(use_enable vaapi va) $(use_enable vdpau) $(use_enable xa)