From: Patrice Clement Date: Sun, 22 Dec 2019 15:23:58 +0000 (+0100) Subject: dev-lang/micropython: install mpy-cross binary. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3093db03581309fb96d5051d1b067d08504be07;p=gentoo.git dev-lang/micropython: install mpy-cross binary. Closes: https://bugs.gentoo.org/703540 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement --- diff --git a/dev-lang/micropython/micropython-1.9.4.ebuild b/dev-lang/micropython/micropython-1.9.4.ebuild index ac529849faa7..0b1864dde7f3 100644 --- a/dev-lang/micropython/micropython-1.9.4.ebuild +++ b/dev-lang/micropython/micropython-1.9.4.ebuild @@ -47,6 +47,8 @@ src_install() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" DESTDIR="${D}" install popd > /dev/null || die + dobin "${S}/mpy-cross/mpy-cross" + # remove .git files find tools -type f -name '.git*' -exec rm {} \; || die