diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2023-10-24 11:08:01 -0400 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-25 10:37:19 +0200 |
commit | d3d6f44bdf9de56e41aae7485fee6b4c71f18dd6 (patch) | |
tree | 1a5e6551680df4ddc9a5639cf23f9fc6b09845de /net-p2p/bitcoind | |
parent | net-p2p/bitcoin-core: clean up after USE="qt5"->"gui" change (diff) | |
download | gentoo-d3d6f44bdf9de56e41aae7485fee6b4c71f18dd6.tar.gz gentoo-d3d6f44bdf9de56e41aae7485fee6b4c71f18dd6.tar.bz2 gentoo-d3d6f44bdf9de56e41aae7485fee6b4c71f18dd6.zip |
net-p2p/bitcoin-core: switch transitional packages to EAPI=8
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoind/bitcoind-25.1.ebuild b/net-p2p/bitcoind/bitcoind-25.1.ebuild index 7808d912fce7..4edfd29b0a84 100644 --- a/net-p2p/bitcoind/bitcoind-25.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-25.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Transitional package for net-p2p/bitcoin-core[daemon]" HOMEPAGE="https://bitcoincore.org/" |