From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1272900-garchives=archives.gentoo.org@lists.gentoo.org> 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 331541382C5 for <garchives@archives.gentoo.org>; Mon, 19 Apr 2021 10:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61EC9E07D8; Mon, 19 Apr 2021 10:53:50 +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 48375E07D8 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Apr 2021 10:53:50 +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 032F6340E43 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Apr 2021 10:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C8C646 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Apr 2021 10:53:47 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1618829478.29de6e406a4ccac4aa2bc44f771c51da1da9e37c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 29de6e406a4ccac4aa2bc44f771c51da1da9e37c X-VCS-Branch: master Date: Mon, 19 Apr 2021 10:53:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a986170-0ba2-4594-a5f8-9964914c1533 X-Archives-Hash: e593529ba3e0bb431156efc65eb9a7b1 commit: 29de6e406a4ccac4aa2bc44f771c51da1da9e37c Author: Alec Moskvin <alecm <AT> gmx <DOT> com> AuthorDate: Sat Mar 20 17:18:54 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 19 10:51:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=29de6e40 dev-qt/qtwebengine: depend on net-libs/nodejs[ssl] See also: https://github.com/gentoo/gentoo/pull/20021 Bug: https://bugs.gentoo.org/777405 Signed-off-by: Alec Moskvin <alecm <AT> gmx.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild index 69eec9bf..74014821 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild @@ -90,7 +90,7 @@ DEPEND="${RDEPEND} dev-util/gperf dev-util/ninja dev-util/re2c - net-libs/nodejs + net-libs/nodejs[ssl] sys-devel/bison "