commit: ddb66227d00bef3bbf8a750bb769695f5ab23de9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 15:44:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 15:47:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb66227
www-apps/kibana-bin: depend on glibc (binpkg) Closes: https://bugs.gentoo.org/833034 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 1 + www-apps/kibana-bin/kibana-bin-7.17.5.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 1e3b5fccab3b..c59f54324a15 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -175,6 +175,7 @@ sys-block/megacli sys-power/dptfxtract www-apps/chromedriver-bin www-apps/jellyfin +www-apps/kibana-bin www-client/chromium-bin www-client/google-chrome www-client/google-chrome-beta diff --git a/www-apps/kibana-bin/kibana-bin-7.17.5.ebuild b/www-apps/kibana-bin/kibana-bin-7.17.5.ebuild index 6082bc86be56..ca9545d2364b 100644 --- a/www-apps/kibana-bin/kibana-bin-7.17.5.ebuild +++ b/www-apps/kibana-bin/kibana-bin-7.17.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.ta # source: LICENSE.txt and NOTICE.txt LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 Elastic-2.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" RDEPEND=" acct-group/kibana @@ -24,6 +24,7 @@ RDEPEND=" dev-libs/nspr dev-libs/nss >=net-libs/nodejs-16.13.0 + sys-libs/glibc " # Do not complain about CFLAGS etc since we don't use them
