commit:     ac6a39c9e67b09f91330e84dcb627d3a8e30d44c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 18:25:32 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 18:25:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6a39c9

sys-devel/dev86: avoid D in src_compile

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-devel/dev86/dev86-0.16.21-r3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild 
b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 49c8438e9bb..2af636abe3e 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -49,7 +49,6 @@ src_compile() {
 
        # First `make` is also a config, so set all the path vars here
        emake -j1 \
-               DIST="${D}" \
                CC="$(tc-getCC)" \
                LIBDIR="/usr/$(get_libdir)/bcc" \
                INCLDIR="/usr/$(get_libdir)/bcc" \
@@ -63,7 +62,6 @@ src_compile() {
 
        cd bootblocks || die
        emake \
-               DIST="${D}" \
                HOSTCC="$(tc-getCC)"
 
 }

Reply via email to