mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user