diff options
author | Sam James <sam@gentoo.org> | 2021-03-05 23:41:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 23:42:01 +0000 |
commit | 912bc481e49ecdbdf9ac73476ac346f04b5d50e5 (patch) | |
tree | 4b45b9dd2d497b0d49459fcdd7dc0cbd1c2193b5 /net-p2p | |
parent | games-fps/freedm: Update license to metapackage (diff) | |
download | gentoo-912bc481e49ecdbdf9ac73476ac346f04b5d50e5.tar.gz gentoo-912bc481e49ecdbdf9ac73476ac346f04b5d50e5.tar.bz2 gentoo-912bc481e49ecdbdf9ac73476ac346f04b5d50e5.zip |
net-p2p/go-ethereum: update USE=devtools binaries
Closes: https://bugs.gentoo.org/774375
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ethereum/go-ethereum-1.10.0.ebuild | 10 |
1 files 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 57b6d0ad2537..71c2a91fa695 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 } |