commit: d3d6f44bdf9de56e41aae7485fee6b4c71f18dd6 Author: Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name> AuthorDate: Tue Oct 24 15:08:01 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 08:37:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d6f44b
net-p2p/bitcoin-core: switch transitional packages to EAPI=8 Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 2 +- net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild | 2 +- net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild | 2 +- net-p2p/bitcoind/bitcoind-25.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild index 2b266a5f9f35..251c5a7b8c66 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-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" HOMEPAGE="https://bitcoincore.org/" diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild index dc085cb36737..1fc6f78e8ff4 100644 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-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[libs]" HOMEPAGE="https://bitcoincore.org/" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild index 81c2ad58ef7c..825014256779 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-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[bitcoin-cli]" HOMEPAGE="https://bitcoincore.org/" diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild index 2bb59f6223f9..3f60924f5d31 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-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[gui]" HOMEPAGE="https://bitcoincore.org/" 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/"
