commit: 311374c72c511d3c30bd3dd253b70a9063d9d7dc Author: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com> AuthorDate: Wed Nov 23 14:15:44 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Nov 24 08:10:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311374c7
net-im/telegram-desktop: Fix cmake warning Binary name is now hardcoded in the project, and is correct. Closes: https://bugs.gentoo.org/882527 Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28400 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild index 7b130f26cbf7..57495aa9e6cc 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild @@ -122,7 +122,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DTDESKTOP_LAUNCHER_BASENAME="${PN}" -DCMAKE_DISABLE_FIND_PACKAGE_tl-expected=ON # header only lib, some git version. prevents warnings. -DQT_VERSION_MAJOR=$(usex qt6 6 5)
