commit: 912bc481e49ecdbdf9ac73476ac346f04b5d50e5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 5 23:41:40 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 5 23:42:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912bc481
net-p2p/go-ethereum: update USE=devtools binaries Closes: https://bugs.gentoo.org/774375 Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild b/net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild index 57b6d0ad253..71c2a91fa69 100644 --- a/net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild +++ b/net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild @@ -706,15 +706,21 @@ src_compile() { src_install() { einstalldocs + dobin build/bin/geth + if use devtools; then + dobin build/bin/abidump dobin build/bin/abigen dobin build/bin/bootnode + dobin build/bin/checkpoint-admin + dobin build/bin/clef + dobin build/bin/devp2p + dobin build/bin/ethkey dobin build/bin/evm + dobin build/bin/faucet dobin build/bin/p2psim dobin build/bin/puppeth dobin build/bin/rlpdump - dobin build/bin/swarm - dobin build/bin/wnode fi }
