Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/
Date: Mon, 01 Mar 2021 13:03:02
Message-Id: 1614603764.e6a952bb2af295a8ea942a86305193f183e2b22d.juippis@gentoo
1 commit: e6a952bb2af295a8ea942a86305193f183e2b22d
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Wed Jan 27 04:07:50 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 13:02:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a952bb
7
8 gnome-extra/nemo: Fix meson script shebangs
9
10 Also, xdg_environment_reset is handled by EAPI-7.
11
12 Bug: https://bugs.gentoo.org/766935
13 Package-Manager: Portage-3.0.13, Repoman-3.0.2
14 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 gnome-extra/nemo/nemo-4.6.5.ebuild | 3 +--
18 gnome-extra/nemo/nemo-4.8.4.ebuild | 3 +--
19 2 files changed, 2 insertions(+), 4 deletions(-)
20
21 diff --git a/gnome-extra/nemo/nemo-4.6.5.ebuild b/gnome-extra/nemo/nemo-4.6.5.ebuild
22 index f6e7684c8dd..c6c93c5408d 100644
23 --- a/gnome-extra/nemo/nemo-4.6.5.ebuild
24 +++ b/gnome-extra/nemo/nemo-4.6.5.ebuild
25 @@ -57,9 +57,8 @@ BDEPEND="
26 "
27
28 src_prepare() {
29 - xdg_environment_reset
30 default
31 - python_fix_shebang files/usr/share/nemo/actions
32 + python_fix_shebang files/usr/share/nemo/actions install-scripts
33 }
34
35 src_configure() {
36
37 diff --git a/gnome-extra/nemo/nemo-4.8.4.ebuild b/gnome-extra/nemo/nemo-4.8.4.ebuild
38 index 794134d1e33..1ba7c72d2d2 100644
39 --- a/gnome-extra/nemo/nemo-4.8.4.ebuild
40 +++ b/gnome-extra/nemo/nemo-4.8.4.ebuild
41 @@ -70,9 +70,8 @@ PATCHES=(
42 )
43
44 src_prepare() {
45 - xdg_environment_reset
46 default
47 - python_fix_shebang files/usr/share/nemo/actions
48 + python_fix_shebang files/usr/share/nemo/actions install-scripts
49 }
50
51 src_configure() {