commit: bcc4cba967dbe76850fba1dc82a2b767192f0cc7 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org> AuthorDate: Sat Feb 5 10:15:43 2022 +0000 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org> CommitDate: Sat Feb 5 10:19:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc4cba9
net-im/teams: require glibc Closes: https://bugs.gentoo.org/832486 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org> net-im/teams/teams-1.4.00.13653-r2.ebuild | 3 ++- net-im/teams/teams-1.4.00.26453-r1.ebuild | 3 ++- net-im/teams/teams-1.4.00.7556-r1.ebuild | 3 ++- profiles/features/musl/package.mask | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/net-im/teams/teams-1.4.00.13653-r2.ebuild b/net-im/teams/teams-1.4.00.13653-r2.ebuild index 683f09cd29bc..3dd90b904b90 100644 --- a/net-im/teams/teams-1.4.00.13653-r2.ebuild +++ b/net-im/teams/teams-1.4.00.13653-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 @@ -41,6 +41,7 @@ RDEPEND=" net-print/cups sys-apps/dbus sys-apps/util-linux + sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf diff --git a/net-im/teams/teams-1.4.00.26453-r1.ebuild b/net-im/teams/teams-1.4.00.26453-r1.ebuild index 1c5e90e606b9..3f93b3cfb662 100644 --- a/net-im/teams/teams-1.4.00.26453-r1.ebuild +++ b/net-im/teams/teams-1.4.00.26453-r1.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 @@ -41,6 +41,7 @@ RDEPEND=" net-print/cups sys-apps/dbus sys-apps/util-linux + sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf diff --git a/net-im/teams/teams-1.4.00.7556-r1.ebuild b/net-im/teams/teams-1.4.00.7556-r1.ebuild index dcee637a6d44..295d2e9e2bd5 100644 --- a/net-im/teams/teams-1.4.00.7556-r1.ebuild +++ b/net-im/teams/teams-1.4.00.7556-r1.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 @@ -35,6 +35,7 @@ RDEPEND=" net-print/cups sys-apps/dbus sys-apps/util-linux + sys-libs/glibc x11-libs/cairo x11-libs/cairo x11-libs/gdk-pixbuf diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 850965052c3d..73cf96449bbe 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-05) +# Binary package linked to glibc +net-im/teams + # Conrad Kostecki <[email protected]> (2022-02-03) # Binary package linked to glibc net-misc/ipmiview
