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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1109138359 for ; Mon, 27 Jul 2020 02:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CB3E17C2; Mon, 27 Jul 2020 02:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8933DE17C2 for ; Mon, 27 Jul 2020 02:46:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2A2734F2E4 for ; Mon, 27 Jul 2020 02:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571612D6 for ; Mon, 27 Jul 2020 02:46:35 +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: <1595817964.f3d07d38e909c3f19faa1c612b82baced0bcf242.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-2.2.0-r1.ebuild net-im/telegram-desktop/telegram-desktop-2.2.0.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f3d07d38e909c3f19faa1c612b82baced0bcf242 X-VCS-Branch: master Date: Mon, 27 Jul 2020 02:46:35 +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: b3ec2e12-2043-4062-be08-755a3e253f43 X-Archives-Hash: e67dda96efb3663a2606ed39434d538e commit: f3d07d38e909c3f19faa1c612b82baced0bcf242 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jul 27 02:46:04 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jul 27 02:46:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d07d38 net-im/telegram-desktop: don't require wayland for gtk+ Bug: https://bugs.gentoo.org/733234 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> .../{telegram-desktop-2.2.0.ebuild => telegram-desktop-2.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/telegram-desktop/telegram-desktop-2.2.0.ebuild b/net-im/telegram-desktop/telegram-desktop-2.2.0-r1.ebuild similarity index 99% rename from net-im/telegram-desktop/telegram-desktop-2.2.0.ebuild rename to net-im/telegram-desktop/telegram-desktop-2.2.0-r1.ebuild index f074c64174f..2db700903fc 100644 --- a/net-im/telegram-desktop/telegram-desktop-2.2.0.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-2.2.0-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" gtk? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2[jpeg,X?] - x11-libs/gtk+:3[X?,wayland] + x11-libs/gtk+:3[X?] x11-libs/libX11 ) hunspell? ( >=app-text/hunspell-1.7:= )