commit: 1c823dffcb0f3caaf3008feb3bcd9a16ad1faadb
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 5 07:43:03 2025 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 5 07:43:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c823dff
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 <dlan <AT> gentoo.org>
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 1b613f3f8ae3..85d9b5a99462 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 1b613f3f8ae3..85d9b5a99462 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"