diff options
author | 2022-03-27 10:28:50 -0400 | |
---|---|---|
committer | 2022-03-27 10:29:22 -0400 | |
commit | 524d33748a15de98af7c35da79bc8c2608dac818 (patch) | |
tree | 55756d7fec2d64d810bcc427a1f2fdfeb1f1bd50 /app-emulation/vendor-reset | |
parent | sys-libs/glibc: Build binaries are BROOT not SYSROOT (diff) | |
download | gentoo-524d33748a15de98af7c35da79bc8c2608dac818.tar.gz gentoo-524d33748a15de98af7c35da79bc8c2608dac818.tar.bz2 gentoo-524d33748a15de98af7c35da79bc8c2608dac818.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/vendor-reset')
-rw-r--r-- | app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild | 6 | ||||
-rw-r--r-- | 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() { |