diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2024-06-25 15:38:33 -0400 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-26 11:26:47 +0200 |
commit | ef78ef66f5a4b4c92e646a45ebd20c06c756eeb3 (patch) | |
tree | d19187a895014613d41029a183ecf9a3908032b4 /net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild | |
parent | dev-util/hip: 6.1.1 add cuda support (diff) | |
download | gentoo-ef78ef66f5a4b4c92e646a45ebd20c06c756eeb3.tar.gz gentoo-ef78ef66f5a4b4c92e646a45ebd20c06c756eeb3.tar.bz2 gentoo-ef78ef66f5a4b4c92e646a45ebd20c06c756eeb3.zip |
net-p2p/bitcoin-core: make compat with >=net-libs/miniupnpc-2.2.8
See: https://github.com/bitcoin/bitcoin/commit/8acdf66540834b9f9cf28f16d389e8b6a48516d5
Closes: https://bugs.gentoo.org/934821
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Closes: https://github.com/gentoo/gentoo/pull/37301
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild index bc609a903ac0..27e0238e5b62 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-26.0-r1.ebuild @@ -9,7 +9,10 @@ inherit autotools bash-completion-r1 check-reqs db-use desktop edo multiprocessi DESCRIPTION="Reference implementation of the Bitcoin cryptocurrency" HOMEPAGE="https://bitcoincore.org/" -SRC_URI="https://github.com/bitcoin/bitcoin/archive/v${PV}.tar.gz -> ${P/-core}.tar.gz" +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/v${PV}.tar.gz -> ${P/-core}.tar.gz + https://github.com/bitcoin/bitcoin/commit/8acdf66540834b9f9cf28f16d389e8b6a48516d5.patch?full_index=1 -> ${PN}-miniupnpc-2.2.8-compat.patch +" S="${WORKDIR}/${P/-core}" LICENSE="MIT" @@ -91,6 +94,7 @@ DOCS=( ) PATCHES=( + "${DISTDIR}/${PN}-miniupnpc-2.2.8-compat.patch" "${FILESDIR}/26.0-syslibs.patch" "${FILESDIR}/26.0-init.patch" ) |