From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9A6B158020 for ; Tue, 22 Nov 2022 13:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E38E0C5C; Tue, 22 Nov 2022 13:55:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFCDAE0C58 for ; Tue, 22 Nov 2022 13:55:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC62F33BF35 for ; Tue, 22 Nov 2022 13:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10BF3731 for ; Tue, 22 Nov 2022 13:55:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669125299.9db262d4a6b35b8dd3ff2271f02a5ba974236fb8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9db262d4a6b35b8dd3ff2271f02a5ba974236fb8 X-VCS-Branch: master Date: Tue, 22 Nov 2022 13:55:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb25f009-5848-429d-987b-329e59407362 X-Archives-Hash: 551cb0b95d6021d58ddb5ff629f3de61 commit: 9db262d4a6b35b8dd3ff2271f02a5ba974236fb8 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Nov 17 15:37:44 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 22 13:54:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db262d4 net-im/telegram-desktop: die for safety Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28312 Signed-off-by: Joonas Niilola gentoo.org> net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e2a57bbb6a29..11def8e9ca3f 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild @@ -105,12 +105,12 @@ src_prepare() { # build in gentoo right now. if use qt6-imageformats; then sed -e 's/DESKTOP_APP_USE_PACKAGED_LAZY/TRUE/' -i \ - cmake/external/kimageformats/CMakeLists.txt + cmake/external/kimageformats/CMakeLists.txt || die printf "%s\n" \ 'Q_IMPORT_PLUGIN(QAVIFPlugin)' \ 'Q_IMPORT_PLUGIN(HEIFPlugin)' \ 'Q_IMPORT_PLUGIN(QJpegXLPlugin)' \ - >> cmake/external/qt/qt_static_plugins/qt_static_plugins.cpp + >> cmake/external/qt/qt_static_plugins/qt_static_plugins.cpp || die fi # kde-frameworks/kcoreaddons is bundled when using qt6, see: