commit: 6b08df89271278304b3a498498fd7aa0101aafe3 Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net> AuthorDate: Sat Dec 14 16:44:04 2024 +0000 Commit: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com> CommitDate: Sat Dec 14 16:44:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b08df89
net-p2p/monero: limit boost dep version https://github.com/monero-project/monero/issues/9596 Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net> net-p2p/monero/monero-0.18.3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/monero/monero-0.18.3.4-r1.ebuild b/net-p2p/monero/monero-0.18.3.4-r1.ebuild index 70cbb2770..239eec451 100644 --- a/net-p2p/monero/monero-0.18.3.4-r1.ebuild +++ b/net-p2p/monero/monero-0.18.3.4-r1.ebuild @@ -26,7 +26,7 @@ RESTRICT="test" DEPEND=" acct-group/monero acct-user/monero - dev-libs/boost:=[nls] + <dev-libs/boost-1.87:=[nls] dev-libs/libsodium:= dev-libs/openssl:= dev-libs/randomx
