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 459B6139360 for ; Wed, 11 Aug 2021 12:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D21E077F; Wed, 11 Aug 2021 12:23:20 +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 F33A9E077F for ; Wed, 11 Aug 2021 12:23:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89944342F2F for ; Wed, 11 Aug 2021 12:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5286851 for ; Wed, 11 Aug 2021 12:23:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1628684573.c208118615dc101a5098b4c2c05ac01027cb1dae.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-91.0.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c208118615dc101a5098b4c2c05ac01027cb1dae X-VCS-Branch: master Date: Wed, 11 Aug 2021 12:23:15 +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: ff443414-943f-42da-b7b5-0e670fcfed12 X-Archives-Hash: 41db12495c60924de032d67cb5452210 commit: c208118615dc101a5098b4c2c05ac01027cb1dae Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 11 12:20:37 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 11 12:22:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2081186 www-client/firefox-bin: fix desktop shortcut symbol Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox-bin/firefox-bin-91.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox-bin/firefox-bin-91.0.ebuild b/www-client/firefox-bin/firefox-bin-91.0.ebuild index aa4d0709756..cd387ec2049 100644 --- a/www-client/firefox-bin/firefox-bin-91.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-91.0.ebuild @@ -262,6 +262,7 @@ src_install() { local desktop_file="${FILESDIR}/${PN}-r2.desktop" local desktop_filename="${PN}.desktop" local exec_command="${PN}" + local icon="${PN}" local use_wayland="false" if use wayland ; then