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 015F315802E for ; Sun, 30 Jun 2024 18:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C5D0E2A91; Sun, 30 Jun 2024 18:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24CCBE2A91 for ; Sun, 30 Jun 2024 18:57:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4442A340906 for ; Sun, 30 Jun 2024 18:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6031FBC for ; Sun, 30 Jun 2024 18:57:29 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1719773809.e9e9af1b279a9d993625bb11f381032f89de79e6.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/discord/discord-0.0.58-r1.ebuild net-im/discord/discord-0.0.58.ebuild X-VCS-Directories: net-im/discord/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: e9e9af1b279a9d993625bb11f381032f89de79e6 X-VCS-Branch: master Date: Sun, 30 Jun 2024 18:57:29 +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: ff206c14-05eb-4490-a339-4adebd81827f X-Archives-Hash: 1a29ff8dcde7983e9602e4bf3d7dff6b commit: e9e9af1b279a9d993625bb11f381032f89de79e6 Author: Nick Sarnie gentoo org> AuthorDate: Sun Jun 30 18:55:03 2024 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Jun 30 18:56:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e9af1b net-im/discord: Fix IME support on wayland Closes: https://bugs.gentoo.org/935153 Signed-off-by: Nick Sarnie gentoo.org> net-im/discord/{discord-0.0.58.ebuild => discord-0.0.58-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/discord/discord-0.0.58.ebuild b/net-im/discord/discord-0.0.58-r1.ebuild similarity index 98% rename from net-im/discord/discord-0.0.58.ebuild rename to net-im/discord/discord-0.0.58-r1.ebuild index e7dde173394c..1ce7e078123a 100644 --- a/net-im/discord/discord-0.0.58.ebuild +++ b/net-im/discord/discord-0.0.58-r1.ebuild @@ -87,7 +87,7 @@ src_prepare() { die "fixing of exec location on .desktop failed" # USE wayland if use wayland; then - sed -i '/Exec/s/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland/' \ + sed -i '/Exec/s/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime/' \ "${MY_PN}.desktop" || die "sed failed for wayland" fi