commit:     524d33748a15de98af7c35da79bc8c2608dac818
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:28:50 2022 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 14:29:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524d3374

app-emulation/vendor-reset: Fix src_compile

Closes: https://bugs.gentoo.org/836036
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild | 6 ++----
 app-emulation/vendor-reset/vendor-reset-9999.ebuild  | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild 
b/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
index 192727933e8a..ec57b37fd6fe 100644
--- a/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
+++ b/app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,9 +31,7 @@ pkg_setup() {
 
 src_compile() {
        set_arch_to_kernel
-       emake \
-               DESTDIR="${ED}" \
-               INSTALL_MOD_PATH="${ED}"
+       default
 }
 
 src_install() {

diff --git a/app-emulation/vendor-reset/vendor-reset-9999.ebuild 
b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
index c772c4558764..64f307942f3d 100644
--- a/app-emulation/vendor-reset/vendor-reset-9999.ebuild
+++ b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,9 +29,7 @@ pkg_setup() {
 
 src_compile() {
        set_arch_to_kernel
-       emake \
-               DESTDIR="${ED}" \
-               INSTALL_MOD_PATH="${ED}"
+       default
 }
 
 src_install() {

Reply via email to