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 725951382C5 for ; Tue, 23 Mar 2021 14:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B88DDE088F; Tue, 23 Mar 2021 14:51:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 805A0E088F for ; Tue, 23 Mar 2021 14:51:37 +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 2279A335D58 for ; Tue, 23 Mar 2021 14:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DC6E4F1 for ; Tue, 23 Mar 2021 14:51:31 +0000 (UTC) From: "Marco Scardovi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Scardovi" Message-ID: <1616511018.4c5cf47958411a51fec99c75946cb7d7e0340c4c.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/atom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/atom/atom-1.55.0.ebuild X-VCS-Directories: app-editors/atom/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 4c5cf47958411a51fec99c75946cb7d7e0340c4c X-VCS-Branch: dev Date: Tue, 23 Mar 2021 14:51:31 +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: 2b297ec2-4dd7-468e-b50d-2d27b9a174f7 X-Archives-Hash: b4789f77abd31295a7f0e15a96d59633 commit: 4c5cf47958411a51fec99c75946cb7d7e0340c4c Author: scardracs scardovi com> AuthorDate: Tue Mar 23 14:50:18 2021 +0000 Commit: Marco Scardovi scardovi com> CommitDate: Tue Mar 23 14:50:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c5cf479 app-editors/atom: refix Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Marco Scardovi scardovi.com> app-editors/atom/atom-1.55.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/atom/atom-1.55.0.ebuild b/app-editors/atom/atom-1.55.0.ebuild index 130e6ec9e..fb785369a 100644 --- a/app-editors/atom/atom-1.55.0.ebuild +++ b/app-editors/atom/atom-1.55.0.ebuild @@ -31,5 +31,5 @@ src_install(){ dosym "${EPREFIX}"/opt/"${PN}"/atom "${EPREFIX}"/usr/bin/atom fperms +x /opt/"${PN}"/atom make_desktop_entry /opt/atom/atom Atom atom Utility - doicon atom + doicon atom.png }