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 213CA138336 for ; Sat, 16 Mar 2019 20:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB36E08F6; Sat, 16 Mar 2019 20:01:32 +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 C419AE08F6 for ; Sat, 16 Mar 2019 20:01:32 +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 ACC5F335D1B for ; Sat, 16 Mar 2019 20:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EB0570 for ; Sat, 16 Mar 2019 20:01:28 +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: <1552766467.7108b4dfaef2a05590cddc07f6f17a45821afdd1.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.0.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: 7108b4dfaef2a05590cddc07f6f17a45821afdd1 X-VCS-Branch: master Date: Sat, 16 Mar 2019 20:01:28 +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: 81ad6129-9561-41db-9bdd-d016cccd07cb X-Archives-Hash: 01ba11634d2e7758542cefe11a65d2d2 commit: 7108b4dfaef2a05590cddc07f6f17a45821afdd1 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 16 20:00:18 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 16 20:01:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7108b4df media-libs/mesa: Depend on multilib libglvnd Bug: https://bugs.gentoo.org/606924 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-19.0.0.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-19.0.0.ebuild b/media-libs/mesa/mesa-19.0.0.ebuild index 45091f857b0..9c8358f82f1 100644 --- a/media-libs/mesa/mesa-19.0.0.ebuild +++ b/media-libs/mesa/mesa-19.0.0.ebuild @@ -80,7 +80,7 @@ RDEPEND=" >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] libglvnd? ( - media-libs/libglvnd + media-libs/libglvnd[${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 9ddec789e92..c4df13fb773 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -82,7 +82,7 @@ RDEPEND=" >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] libglvnd? ( - media-libs/libglvnd + media-libs/libglvnd[${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? (