commit: 41eeece9f8cff6b4d491132b2c4b404a99fbeb20 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Feb 2 09:13:00 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Feb 2 09:13:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eeece9
net-im/skypeforlinux: require glibc Closes: https://bugs.gentoo.org/832484 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild | 3 ++- net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild | 3 ++- net-im/skypeforlinux/skypeforlinux-8.79.0.95.ebuild | 3 ++- net-im/skypeforlinux/skypeforlinux-8.80.0.143.ebuild | 1 + profiles/features/musl/package.mask | 4 ++++ 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild index 69bae224b928..88d5b41e760d 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,7 @@ RDEPEND=" sys-apps/dbus[${MULTILIB_USEDEP}] || ( <sys-libs/glibc-2.34 >=sys-libs/glibc-2.34[-clone3(+)] ) sys-devel/gcc[cxx] + sys-libs/glibc virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] diff --git a/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild b/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild index 9627b561f6f1..911974eaca88 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.79.0.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,7 @@ RDEPEND=" net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] sys-devel/gcc[cxx] + sys-libs/glibc virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] diff --git a/net-im/skypeforlinux/skypeforlinux-8.79.0.95.ebuild b/net-im/skypeforlinux/skypeforlinux-8.79.0.95.ebuild index 9627b561f6f1..911974eaca88 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.79.0.95.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.79.0.95.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,7 @@ RDEPEND=" net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] sys-devel/gcc[cxx] + sys-libs/glibc virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] diff --git a/net-im/skypeforlinux/skypeforlinux-8.80.0.143.ebuild b/net-im/skypeforlinux/skypeforlinux-8.80.0.143.ebuild index 3b4c9294851f..911974eaca88 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.80.0.143.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.80.0.143.ebuild @@ -33,6 +33,7 @@ RDEPEND=" net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] sys-devel/gcc[cxx] + sys-libs/glibc virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 0123b422d70f..dc5443bae992 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 +# David Seifert <[email protected]> (2022-02-02) +# Binary packages linked to glibc +net-im/skypeforlinux + # Viorel Munteanu <[email protected]> (2022-02-01) # Binary package linked to glibc net-im/mattermost-desktop-bin
