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 E3201158020 for ; Thu, 8 Dec 2022 20:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD2EE0845; Thu, 8 Dec 2022 20:04:02 +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 ABAEDE0839 for ; Thu, 8 Dec 2022 20:04:02 +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 653D1340B0B for ; Thu, 8 Dec 2022 20:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D1D2773 for ; Thu, 8 Dec 2022 20:03:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1670529293.a05851d6fc5abd91f5b16dbf97f0cee6743308a5.gyakovlev@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.4-r1.ebuild net-im/telegram-desktop/telegram-desktop-4.3.4-r2.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a05851d6fc5abd91f5b16dbf97f0cee6743308a5 X-VCS-Branch: master Date: Thu, 8 Dec 2022 20:03:59 +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: f4b6ef5e-2468-47b1-bf6c-f0aa35aa9147 X-Archives-Hash: 1313863d11296ff2d7c96f4f2542595c commit: a05851d6fc5abd91f5b16dbf97f0cee6743308a5 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Dec 8 12:04:02 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Dec 8 19:54:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05851d6 net-im/telegram-desktop: Fix dependencies Closes: https://bugs.gentoo.org/884503 Thanks-to: Yaroslav Isakov gmail.com> Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Georgy Yakovlev gentoo.org> ...m-desktop-4.3.4-r1.ebuild => telegram-desktop-4.3.4-r2.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-4.3.4-r1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.3.4-r2.ebuild similarity index 98% rename from net-im/telegram-desktop/telegram-desktop-4.3.4-r1.ebuild rename to net-im/telegram-desktop/telegram-desktop-4.3.4-r2.ebuild index 839dae189ee7..442730b0071d 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.3.4-r1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.3.4-r2.ebuild @@ -48,7 +48,6 @@ RDEPEND=" ~media-libs/tg_owt-0_pre20220507:=[screencast=,X=] media-video/ffmpeg:=[opus] sys-libs/zlib:=[minizip] - x11-libs/xcb-util-keysyms virtual/opengl dbus? ( dev-cpp/glibmm:2.68 ) enchant? ( app-text/enchant:= ) @@ -71,11 +70,14 @@ RDEPEND=" wayland? ( dev-qt/qtwayland:6 ) qt6-imageformats? ( ${KIMAGEFORMATS_RDEPEND} ) ) - X? ( x11-libs/libxcb:= ) + X? ( + x11-libs/libxcb:= + x11-libs/xcb-util-keysyms + ) " DEPEND="${RDEPEND} dev-cpp/range-v3 - =dev-cpp/ms-gsl-3* + dev-cpp/ms-gsl " BDEPEND=" ${PYTHON_DEPS}