diff options
author | 2024-06-12 03:17:36 +0100 | |
---|---|---|
committer | 2024-06-12 03:25:15 +0100 | |
commit | 0db1ed9e314726ebe44f7d777fa2ada1e4200fa4 (patch) | |
tree | e317d39cba5e63a6e59b190c9c2a7e2b3acac4b4 /net-p2p | |
parent | profiles/arch: cleanup wlroots masks (diff) | |
download | gentoo-0db1ed9e314726ebe44f7d777fa2ada1e4200fa4.tar.gz gentoo-0db1ed9e314726ebe44f7d777fa2ada1e4200fa4.tar.bz2 gentoo-0db1ed9e314726ebe44f7d777fa2ada1e4200fa4.zip |
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@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild | 4 |
1 files changed, 1 insertions, 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 } |