commit: c84cc0f562ac1e5a68d03d91b07459aa48c5c278 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Wed Feb 9 05:15:24 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 9 11:19:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84cc0f5
net-im/telegram-desktop-bin: RDEPEND on sys-libs/glibc and mask for musl Closes: https://bugs.gentoo.org/832487 Signed-off-by: Henning Schild <henning <AT> hennsch.de> Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/telegram-desktop-bin/telegram-desktop-bin-3.4.8.ebuild | 1 + net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild | 1 + profiles/features/musl/package.mask | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.4.8.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.4.8.ebuild index ffa0e5b21490..40ecf6ecfb9d 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.4.8.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.4.8.ebuild @@ -22,6 +22,7 @@ QA_PREBUILT="usr/bin/telegram-desktop" QA_DESKTOP_FILE="usr/share/applications/telegramdesktop.desktop" RDEPEND=" + sys-libs/glibc dev-libs/glib:2 >=media-libs/fontconfig-2.13 media-libs/freetype:2 diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild index ffa0e5b21490..40ecf6ecfb9d 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.5.0.ebuild @@ -22,6 +22,7 @@ QA_PREBUILT="usr/bin/telegram-desktop" QA_DESKTOP_FILE="usr/share/applications/telegramdesktop.desktop" RDEPEND=" + sys-libs/glibc dev-libs/glib:2 >=media-libs/fontconfig-2.13 media-libs/freetype:2 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 541e56bdf83b..2cdbac08ee7a 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 +# Henning Schild <[email protected]> (2022-02-09) +# Binary package linked to glibc +net-im/telegram-desktop-bin + # Conrad Kostecki <[email protected]> (2022-02-08) # Binary package linked to glibc sys-apps/ipmicfg
