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 44DB6138351 for ; Mon, 9 Mar 2020 00:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C835E0828; Mon, 9 Mar 2020 00:07:59 +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 E7412E0828 for ; Mon, 9 Mar 2020 00:07:58 +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 0203E34F295 for ; Mon, 9 Mar 2020 00:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 962CF162 for ; Mon, 9 Mar 2020 00:07:56 +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: <1583712442.406bd0caa2e11ef228a96d38c14550594bf424be.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-19.3.4-r1.ebuild media-libs/mesa/mesa-19.3.4.ebuild media-libs/mesa/mesa-20.0.1-r1.ebuild media-libs/mesa/mesa-20.0.1.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: 406bd0caa2e11ef228a96d38c14550594bf424be X-VCS-Branch: master Date: Mon, 9 Mar 2020 00:07:56 +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: 5bd8a212-75b8-4c06-a337-79e274180d7b X-Archives-Hash: bc7d92f1975edb0e7e7a77eb3c33b074 commit: 406bd0caa2e11ef228a96d38c14550594bf424be Author: Matt Turner gentoo org> AuthorDate: Sun Mar 8 23:57:08 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 9 00:07:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406bd0ca media-libs/mesa: Make X11 the primary EGL platform Closes: https://bugs.gentoo.org/711516 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/{mesa-19.3.4.ebuild => mesa-19.3.4-r1.ebuild} | 2 +- media-libs/mesa/{mesa-20.0.1.ebuild => mesa-20.0.1-r1.ebuild} | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-19.3.4.ebuild b/media-libs/mesa/mesa-19.3.4-r1.ebuild similarity index 99% rename from media-libs/mesa/mesa-19.3.4.ebuild rename to media-libs/mesa/mesa-19.3.4-r1.ebuild index 78bbe80db9e..ea716c993c1 100644 --- a/media-libs/mesa/mesa-19.3.4.ebuild +++ b/media-libs/mesa/mesa-19.3.4-r1.ebuild @@ -355,7 +355,7 @@ multilib_src_configure() { fi fi - emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless ) if use gallium; then emesonargs+=( diff --git a/media-libs/mesa/mesa-20.0.1.ebuild b/media-libs/mesa/mesa-20.0.1-r1.ebuild similarity index 99% rename from media-libs/mesa/mesa-20.0.1.ebuild rename to media-libs/mesa/mesa-20.0.1-r1.ebuild index 8805749d430..8997f8d06a3 100644 --- a/media-libs/mesa/mesa-20.0.1.ebuild +++ b/media-libs/mesa/mesa-20.0.1-r1.ebuild @@ -356,7 +356,7 @@ multilib_src_configure() { fi fi - emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless ) if use gallium; then emesonargs+=( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7210761bb62..d6216736074 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -357,7 +357,7 @@ multilib_src_configure() { fi fi - emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless ) if use gallium; then emesonargs+=(