commit: 4ca8f84f6f6e2372602000185153f4390151a092 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org> AuthorDate: Thu Feb 10 11:56:54 2022 +0000 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org> CommitDate: Thu Feb 10 11:57:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca8f84f
www-plugins/chrome-binary-plugins: require glibc Closes: https://bugs.gentoo.org/833042 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ .../chrome-binary-plugins-100.0.4867.0_alpha.ebuild | 1 + .../chrome-binary-plugins/chrome-binary-plugins-98.0.4758.80.ebuild | 1 + .../chrome-binary-plugins-99.0.4844.27_beta.ebuild | 1 + 4 files changed, 7 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index afacf11e78aa..a2d2d192d978 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Stephan Hartmann <[email protected]> (2022-02-10) +# Binary package linked to glibc +www-plugins/chrome-binary-plugins + # Stephan Hartmann <[email protected]> (2022-02-10) # Binary packages linked to glibc www-client/opera diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-100.0.4867.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-100.0.4867.0_alpha.ebuild index 510260694061..48788b628112 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-100.0.4867.0_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-100.0.4867.0_alpha.ebuild @@ -40,6 +40,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/nspr dev-libs/nss + sys-libs/glibc " for x in 0 beta stable unstable; do diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.80.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.80.ebuild index e93dc2f24b36..a8c4f73dffbd 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.80.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.80.ebuild @@ -40,6 +40,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/nspr dev-libs/nss + sys-libs/glibc " for x in 0 beta stable unstable; do diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.27_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.27_beta.ebuild index 510260694061..48788b628112 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.27_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.27_beta.ebuild @@ -40,6 +40,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/nspr dev-libs/nss + sys-libs/glibc " for x in 0 beta stable unstable; do
