commit: a1552a487b536c9c923be8fad8fb8886fd0e3619 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Jan 7 17:00:22 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Jan 7 17:00:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1552a48
media-libs/tg_owt: fix IndirectInherits Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> media-libs/tg_owt/tg_owt-0_pre20210914.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/tg_owt/tg_owt-0_pre20210914.ebuild b/media-libs/tg_owt/tg_owt-0_pre20210914.ebuild index 7b86c6adb9d5..bf747e3836fc 100644 --- a/media-libs/tg_owt/tg_owt-0_pre20210914.ebuild +++ b/media-libs/tg_owt/tg_owt-0_pre20210914.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake +inherit flag-o-matic cmake DESCRIPTION="WebRTC build for Telegram" HOMEPAGE="https://github.com/desktop-app/tg_owt"