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 E2D4F1396D9 for ; Tue, 10 Oct 2017 12:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2792BC006; Tue, 10 Oct 2017 12:32:24 +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 F37A72BC006 for ; Tue, 10 Oct 2017 12:32:23 +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 082C933BE18 for ; Tue, 10 Oct 2017 12:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF369909A for ; Tue, 10 Oct 2017 12:32:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1507638730.cf87fb57d800410d24974ef1bbaad9b68adb298d.kensington@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.2.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cf87fb57d800410d24974ef1bbaad9b68adb298d X-VCS-Branch: master Date: Tue, 10 Oct 2017 12:32:21 +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: b8a68435-72f4-455a-a56e-86961b90b5ea X-Archives-Hash: d48a907b44808469feb3b0116d50b240 commit: cf87fb57d800410d24974ef1bbaad9b68adb298d Author: Michael Palimaka gentoo org> AuthorDate: Tue Oct 10 12:29:15 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Oct 10 12:32:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf87fb57 dev-qt/qtwebengine: add missing dependency Closes: https://bugs.gentoo.org/633750 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-qt/qtwebengine/qtwebengine-5.9.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.2.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.2.ebuild index 52d738f401f..ba128d2eddb 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.2.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.2.ebuild @@ -22,6 +22,7 @@ RDEPEND=" ~dev-qt/qtdeclarative-${PV} ~dev-qt/qtgui-${PV} ~dev-qt/qtnetwork-${PV} + ~dev-qt/qtprintsupport-${PV} ~dev-qt/qtwebchannel-${PV}[qml] dev-libs/expat dev-libs/libevent:=