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 091521382C5 for ; Mon, 1 Mar 2021 13:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8737E09B4; Mon, 1 Mar 2021 13:02:59 +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 CFAD4E09B4 for ; Mon, 1 Mar 2021 13:02:59 +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 CE39834115D for ; Mon, 1 Mar 2021 13:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7977D579 for ; Mon, 1 Mar 2021 13:02:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614603764.e6a952bb2af295a8ea942a86305193f183e2b22d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-4.6.5.ebuild gnome-extra/nemo/nemo-4.8.4.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e6a952bb2af295a8ea942a86305193f183e2b22d X-VCS-Branch: master Date: Mon, 1 Mar 2021 13:02:55 +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: 228542bf-f10b-4a4f-86c3-ba6c8b18fa31 X-Archives-Hash: d26945dbd553ef6ad2918587855ee7a5 commit: e6a952bb2af295a8ea942a86305193f183e2b22d Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Wed Jan 27 04:07:50 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 1 13:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a952bb gnome-extra/nemo: Fix meson script shebangs Also, xdg_environment_reset is handled by EAPI-7. Bug: https://bugs.gentoo.org/766935 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Joonas Niilola gentoo.org> gnome-extra/nemo/nemo-4.6.5.ebuild | 3 +-- gnome-extra/nemo/nemo-4.8.4.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gnome-extra/nemo/nemo-4.6.5.ebuild b/gnome-extra/nemo/nemo-4.6.5.ebuild index f6e7684c8dd..c6c93c5408d 100644 --- a/gnome-extra/nemo/nemo-4.6.5.ebuild +++ b/gnome-extra/nemo/nemo-4.6.5.ebuild @@ -57,9 +57,8 @@ BDEPEND=" " src_prepare() { - xdg_environment_reset default - python_fix_shebang files/usr/share/nemo/actions + python_fix_shebang files/usr/share/nemo/actions install-scripts } src_configure() { diff --git a/gnome-extra/nemo/nemo-4.8.4.ebuild b/gnome-extra/nemo/nemo-4.8.4.ebuild index 794134d1e33..1ba7c72d2d2 100644 --- a/gnome-extra/nemo/nemo-4.8.4.ebuild +++ b/gnome-extra/nemo/nemo-4.8.4.ebuild @@ -70,9 +70,8 @@ PATCHES=( ) src_prepare() { - xdg_environment_reset default - python_fix_shebang files/usr/share/nemo/actions + python_fix_shebang files/usr/share/nemo/actions install-scripts } src_configure() {