From 1c823dffcb0f3caaf3008feb3bcd9a16ad1faadb Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 5 Sep 2025 07:43:03 +0000 Subject: [PATCH] net-im/telegram-desktop: inherit toolchain-funcs eclass Fix following warning: indirect inherit usage: 'tc-get-cxx-stdlib', line 96 Signed-off-by: Yixun Lan --- net-im/telegram-desktop/telegram-desktop-6.0.2.ebuild | 2 +- net-im/telegram-desktop/telegram-desktop-6.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-6.0.2.ebuild b/net-im/telegram-desktop/telegram-desktop-6.0.2.ebuild index 1b613f3f8ae32..85d9b5a994627 100644 --- a/net-im/telegram-desktop/telegram-desktop-6.0.2.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-6.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) -inherit xdg cmake python-any-r1 optfeature flag-o-matic +inherit xdg cmake python-any-r1 optfeature toolchain-funcs flag-o-matic DESCRIPTION="Official desktop client for Telegram" HOMEPAGE="https://desktop.telegram.org https://github.com/telegramdesktop/tdesktop" diff --git a/net-im/telegram-desktop/telegram-desktop-6.1.2.ebuild b/net-im/telegram-desktop/telegram-desktop-6.1.2.ebuild index 1b613f3f8ae32..85d9b5a994627 100644 --- a/net-im/telegram-desktop/telegram-desktop-6.1.2.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-6.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) -inherit xdg cmake python-any-r1 optfeature flag-o-matic +inherit xdg cmake python-any-r1 optfeature toolchain-funcs flag-o-matic DESCRIPTION="Official desktop client for Telegram" HOMEPAGE="https://desktop.telegram.org https://github.com/telegramdesktop/tdesktop"