dev-lang/micropython: install mpy-cross binary.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 22 Dec 2019 15:23:58 +0000 (16:23 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 22 Dec 2019 15:24:07 +0000 (16:24 +0100)
Closes: https://bugs.gentoo.org/703540
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-lang/micropython/micropython-1.9.4.ebuild

index ac529849faa7386e68bbdfc30103410fe2226942..0b1864dde7f3cefb06e62cd19382afef798c0e52 100644 (file)
@@ -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