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@gentoo.org>
This commit is contained in:
Yixun Lan
2025-09-05 07:43:03 +00:00
parent ea71b85555
commit 1c823dffcb
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"