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 8AA6F138350 for ; Sun, 8 Mar 2020 18:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6A8E0877; Sun, 8 Mar 2020 18:51:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A5F97E0877 for ; Sun, 8 Mar 2020 18:51:15 +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 7288434F402 for ; Sun, 8 Mar 2020 18:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB40A164 for ; Sun, 8 Mar 2020 18:51:12 +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: <1583693465.5182fbc94a91ce973c61791e48b1c3e828e4cfe7.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.ebuild media-libs/mesa/mesa-20.0.1.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5182fbc94a91ce973c61791e48b1c3e828e4cfe7 X-VCS-Branch: master Date: Sun, 8 Mar 2020 18:51:12 +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: 17b6c7e4-d5c7-4c5e-b70c-6adbc8a50534 X-Archives-Hash: 4615d2e4f7f710d9de93b854ff2f8041 commit: 5182fbc94a91ce973c61791e48b1c3e828e4cfe7 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 8 18:49:43 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 8 18:51:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5182fbc9 media-libs/mesa: Depend on media-libs/libglvnd[X?] Since libglvnd provides gl.pc only with USE=X, and many packages depend on mesa[X], it makes sense to require matching USE=X. Suggested by Arfrever. Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-19.3.4.ebuild | 2 +- media-libs/mesa/mesa-20.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-19.3.4.ebuild b/media-libs/mesa/mesa-19.3.4.ebuild index ae2e6e6626c..78bbe80db9e 100644 --- a/media-libs/mesa/mesa-19.3.4.ebuild +++ b/media-libs/mesa/mesa-19.3.4.ebuild @@ -77,7 +77,7 @@ RDEPEND=" >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] libglvnd? ( - >=media-libs/libglvnd-1.2.0-r1[${MULTILIB_USEDEP}] + >=media-libs/libglvnd-1.2.0-r1[X?,${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? ( diff --git a/media-libs/mesa/mesa-20.0.1.ebuild b/media-libs/mesa/mesa-20.0.1.ebuild index b7e1f507aed..8805749d430 100644 --- a/media-libs/mesa/mesa-20.0.1.ebuild +++ b/media-libs/mesa/mesa-20.0.1.ebuild @@ -77,7 +77,7 @@ RDEPEND=" >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] libglvnd? ( - >=media-libs/libglvnd-1.2.0-r1[${MULTILIB_USEDEP}] + >=media-libs/libglvnd-1.2.0-r1[X?,${MULTILIB_USEDEP}] !app-eselect/eselect-opengl ) !libglvnd? (