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 10673138359 for ; Sat, 10 Oct 2020 15:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4704DE0882; Sat, 10 Oct 2020 15:00:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F0FEE0882 for ; Sat, 10 Oct 2020 15:00:03 +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 D3C1F335C65 for ; Sat, 10 Oct 2020 15:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89C8526 for ; Sat, 10 Oct 2020 15:00:00 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1602341996.f703b76fb21ab4d7d0f3505c6930ef42f05f964d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/teams/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/teams/teams-1.3.00.25560.ebuild X-VCS-Directories: net-im/teams/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f703b76fb21ab4d7d0f3505c6930ef42f05f964d X-VCS-Branch: master Date: Sat, 10 Oct 2020 15:00:00 +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: 0e15fc8e-b8ec-466f-aa74-eaef1fa84aea X-Archives-Hash: f4dfff8cc068e1bd6954b899ff91d94e commit: f703b76fb21ab4d7d0f3505c6930ef42f05f964d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 10 14:59:28 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 10 14:59:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f703b76f net-im/teams: fix typo Closes: https://bugs.gentoo.org/747562 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> net-im/teams/teams-1.3.00.25560.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/teams/teams-1.3.00.25560.ebuild b/net-im/teams/teams-1.3.00.25560.ebuild index 3e8e3cbe1ad..6f18946cc3f 100644 --- a/net-im/teams/teams-1.3.00.25560.ebuild +++ b/net-im/teams/teams-1.3.00.25560.ebuild @@ -84,7 +84,7 @@ src_install() { elog "Using system mesa. This is experimental and may lead to crashes." fi - rm -f "${D}"/usr/share/teams/resources/app.asar.unpacked/node_modules/keytar3 || die + rm -rf "${D}"/usr/share/teams/resources/app.asar.unpacked/node_modules/keytar3 || die sed -i '/OnlyShowIn=/d' "${S}"/usr/share/applications/teams.desktop || die domenu usr/share/applications/teams.desktop