diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2023-10-24 20:44:52 -0400 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-25 10:37:20 +0200 |
commit | b8eea08860ad68dcdba959ae784782643e3690c1 (patch) | |
tree | 2bd1aabe6cf9d0294ecc882d0ffd326905f746cd /profiles | |
parent | net-p2p/bitcoin-core: run functional tests if USE="daemon" (diff) | |
download | gentoo-b8eea08860ad68dcdba959ae784782643e3690c1.tar.gz gentoo-b8eea08860ad68dcdba959ae784782643e3690c1.tar.bz2 gentoo-b8eea08860ad68dcdba959ae784782643e3690c1.zip |
package.deprecated: add Bitcoin Core transitional packages
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Closes: https://github.com/gentoo/gentoo/pull/33494
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.deprecated | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 01ba1c3d5759..1983e7d43c79 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,19 @@ #--- END OF EXAMPLES --- +# Matt Whitlock <gentoo@mattwhitlock.name> (2023-10-24) +# Transitional meta packages. Please update dependencies: +# dev-util/bitcoin-tx -> net-p2p/bitcoin-core +# net-libs/libbitcoinconsensus -> net-p2p/bitcoin-core[libs] +# net-p2p/bitcoin-cli -> net-p2p/bitcoin-core[bitcoin-cli] +# net-p2p/bitcoin-qt -> net-p2p/bitcoin-core[gui] +# net-p2p/bitcoind -> net-p2p/bitcoin-core[daemon] +dev-util/bitcoin-tx +net-libs/libbitcoinconsensus +net-p2p/bitcoin-cli +net-p2p/bitcoin-qt +net-p2p/bitcoind + # Andreas Sturmlechner <asturm@gentoo.org> (2023-10-21) # QtScript is deprecated since Qt 5.5, all projects must port away. # Bug 915779 |