commit: fce27e18d21ce25a8ae1c35a3e4339e79a62c5b1 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sat May 31 06:17:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 22:08:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce27e18
net-p2p/rtorrent: fix xmlrpc-c checking add dev-libs/xmlrpc-c[+libxml2] Closes: https://bugs.gentoo.org/956759 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42368 Closes: https://github.com/gentoo/gentoo/pull/42368 Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/rtorrent/{rtorrent-0.15.3.ebuild => rtorrent-0.15.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/rtorrent/rtorrent-0.15.3.ebuild b/net-p2p/rtorrent/rtorrent-0.15.3-r1.ebuild similarity index 98% rename from net-p2p/rtorrent/rtorrent-0.15.3.ebuild rename to net-p2p/rtorrent/rtorrent-0.15.3-r1.ebuild index 1abb2af5e28d..d001da3bcac6 100644 --- a/net-p2p/rtorrent/rtorrent-0.15.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.15.3-r1.ebuild @@ -27,7 +27,7 @@ COMMON_DEPEND=" net-misc/curl sys-libs/ncurses:0= lua? ( ${LUA_DEPS} ) - xmlrpc? ( dev-libs/xmlrpc-c:= ) + xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) " DEPEND="${COMMON_DEPEND} dev-cpp/nlohmann_json
