From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1271597-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 413C91382C5 for <garchives@archives.gentoo.org>; Fri, 16 Apr 2021 05:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71937E0788; Fri, 16 Apr 2021 05:40:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 52D8BE0788 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 05:40:07 +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 1945033BF02 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 05:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7286F63F for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 05:40:04 +0000 (UTC) From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1618551596.6b66918a0c1187d1663f6b64f62f80cfe316e3e3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/kibana-bin/kibana-bin-7.12.0.ebuild X-VCS-Directories: www-apps/kibana-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6b66918a0c1187d1663f6b64f62f80cfe316e3e3 X-VCS-Branch: master Date: Fri, 16 Apr 2021 05:40:04 +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: d1f5eead-7d5d-491a-8403-edd53a517eb1 X-Archives-Hash: 724952e6c9755403bd1f2798f010f519 commit: 6b66918a0c1187d1663f6b64f62f80cfe316e3e3 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Tue Apr 13 13:25:27 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 05:39:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b66918a www-apps/kibana-bin: restrict nodejs version Closes: https://bugs.gentoo.org/782376 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20365 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-apps/kibana-bin/kibana-bin-7.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/kibana-bin/kibana-bin-7.12.0.ebuild b/www-apps/kibana-bin/kibana-bin-7.12.0.ebuild index 644c1aef334..bd31aba7f9b 100644 --- a/www-apps/kibana-bin/kibana-bin-7.12.0.ebuild +++ b/www-apps/kibana-bin/kibana-bin-7.12.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/expat dev-libs/nss >=net-libs/nodejs-14.16.0 + <net-libs/nodejs-15 " # Do not complain about CFLAGS etc since we don't use them