commit:     0db1ed9e314726ebe44f7d777fa2ada1e4200fa4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 02:17:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 02:25:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db1ed9e

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

 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 3f6a3c174507..f5562b6dbf14 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
 }

Reply via email to