Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vendor-reset/
Date: Sun, 27 Mar 2022 14:29:48
Message-Id: 1648391362.524d33748a15de98af7c35da79bc8c2608dac818.sarnex@gentoo
1 commit: 524d33748a15de98af7c35da79bc8c2608dac818
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:28:50 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 14:29:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524d3374
7
8 app-emulation/vendor-reset: Fix src_compile
9
10 Closes: https://bugs.gentoo.org/836036
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild | 6 ++----
15 app-emulation/vendor-reset/vendor-reset-9999.ebuild | 6 ++----
16 2 files changed, 4 insertions(+), 8 deletions(-)
17
18 diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild b/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
19 index 192727933e8a..ec57b37fd6fe 100644
20 --- a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
21 +++ b/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -31,9 +31,7 @@ pkg_setup() {
29
30 src_compile() {
31 set_arch_to_kernel
32 - emake \
33 - DESTDIR="${ED}" \
34 - INSTALL_MOD_PATH="${ED}"
35 + default
36 }
37
38 src_install() {
39
40 diff --git a/app-emulation/vendor-reset/vendor-reset-9999.ebuild b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
41 index c772c4558764..64f307942f3d 100644
42 --- a/app-emulation/vendor-reset/vendor-reset-9999.ebuild
43 +++ b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -29,9 +29,7 @@ pkg_setup() {
51
52 src_compile() {
53 set_arch_to_kernel
54 - emake \
55 - DESTDIR="${ED}" \
56 - INSTALL_MOD_PATH="${ED}"
57 + default
58 }
59
60 src_install() {