commit:     b3093db03581309fb96d5051d1b067d08504be07
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 15:23:58 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 15:24:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3093db0

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 <monsieurp <AT> gentoo.org>

 dev-lang/micropython/micropython-1.9.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/micropython/micropython-1.9.4.ebuild 
b/dev-lang/micropython/micropython-1.9.4.ebuild
index ac529849faa..0b1864dde7f 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
 

Reply via email to