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@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@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-05-31 08:17:23 +02:00 committed by Sam James
parent 4031637900
commit fce27e18d2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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