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 DDB8B138330 for ; Fri, 25 May 2018 19:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF81E081A; Fri, 25 May 2018 19:12:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C56A0E081A for ; Fri, 25 May 2018 19:12:16 +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 7E57D335C09 for ; Fri, 25 May 2018 19:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFA542A4 for ; Fri, 25 May 2018 19:12:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527275526.a6984f28982995357acf7e9189fea646c23b1a20.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a6984f28982995357acf7e9189fea646c23b1a20 X-VCS-Branch: master Date: Fri, 25 May 2018 19:12:13 +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: 9f23401c-8658-43e5-84b0-2c0cbc551135 X-Archives-Hash: ce8c4fe7897b9b4011c3151fa67b525c commit: a6984f28982995357acf7e9189fea646c23b1a20 Author: kermeat gmail com> AuthorDate: Wed Mar 28 12:16:59 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 25 19:12:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6984f28 dev-qt/qtwebengine: fix dependencies skip build if mesa without egl: "khronos development headers appear to be missing (mesa/libegl1-mesa-dev)" Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7683 dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild index d26a1ed6409..b3c814f5d93 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild @@ -36,7 +36,7 @@ RDEPEND=" media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= - media-libs/mesa + media-libs/mesa[egl] media-libs/opus net-libs/libsrtp:0= sys-apps/dbus