From 0db1ed9e314726ebe44f7d777fa2ada1e4200fa4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 12 Jun 2024 03:17:36 +0100 Subject: [PATCH] net-p2p/go-ethereum: fix USE=devtools install * checkpoint-admin was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/1e556d220c3a40286dd90b37a08bb5fc659ee6ee. * faucet was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/bdf5e388ca0d1e6f5e227ba52481fe6b7667ec4d. * puppeth was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/8ded6a9fcd883d7d96ef695f5b312c509eae3a0a. Signed-off-by: Sam James --- net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild index 3f6a3c1745076..f5562b6dbf14b 100644 --- a/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild +++ b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild @@ -27,18 +27,16 @@ src_install() { dobin build/bin/geth + # TODO: replace with wildcard 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 fi }