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 3ECDE158020 for ; Tue, 22 Nov 2022 13:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24586E0C58; Tue, 22 Nov 2022 13:55:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09135E0C58 for ; Tue, 22 Nov 2022 13:55:09 +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 166FC33E6A7 for ; Tue, 22 Nov 2022 13:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 247E5757 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.78b3d318d70c402f45b8440cd1fa4d0b52b4bb79.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: 78b3d318d70c402f45b8440cd1fa4d0b52b4bb79 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: d06ce554-39e0-4389-ba01-b8706a244a5c X-Archives-Hash: 13a577fc7c146bf8d3c7a4d0162c554d commit: 78b3d318d70c402f45b8440cd1fa4d0b52b4bb79 Author: Joonas Niilola gentoo org> AuthorDate: Tue Nov 22 13:50:32 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=78b3d318 net-im/telegram-desktop: add virtual/opengl RDEPEND to 4.3.1 Signed-off-by: Joonas Niilola gentoo.org> net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 11def8e9ca3f..7b130f26cbf7 100644 --- a/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-4.3.1.ebuild @@ -49,6 +49,7 @@ RDEPEND=" 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:= ) hunspell? ( >=app-text/hunspell-1.7:= )