diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild index 4d55cae08417..688ac7bf25d3 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -58,7 +58,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - systemtap? ( >=dev-util/systemtap-4.8 ) + systemtap? ( >=dev-debug/systemtap-4.8 ) " BDEPEND=" virtual/pkgconfig diff --git a/net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild b/net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild index 4e37d3fc4059..90d9df5ad6dd 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-26.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -58,7 +58,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - systemtap? ( >=dev-util/systemtap-4.8 ) + systemtap? ( >=dev-debug/systemtap-4.8 ) " BDEPEND=" virtual/pkgconfig |