commit: ae31d3233b858c12de6b2cdaefe495c9fba41c40 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Mon Sep 17 10:46:43 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 28 09:43:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae31d323
profiles/releases/13.0: mask >=www-apps/kibana-bin-6 It requires nodejs-8. Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/releases/13.0/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/releases/13.0/package.mask b/profiles/releases/13.0/package.mask index eff23bec806..275165ccf6c 100644 --- a/profiles/releases/13.0/package.mask +++ b/profiles/releases/13.0/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Tomáš Mózes <[email protected]> (17 Sep 2018) +# requires >=nodejs-8 which is not available in 13.0 based profiles. +>=www-apps/kibana-bin-6 + # Mike Gilbert <[email protected]> (16 Sep 2018) # requires >=nodejs-7.6.0 which is not available in 13.0 based profiles. >=www-client/chromium-70
