commit:     e6a952bb2af295a8ea942a86305193f183e2b22d
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed Jan 27 04:07:50 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <sparky <AT> bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis <AT> 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() {

Reply via email to