commit: a0e3c6e7dec50f39432aca5c38a8c6fb15865846 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed Nov 5 14:48:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 02:21:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e3c6e7
net-p2p/rtorrent: fix checking XMLRPC-C export PKG_CONFIG used by xmlrpc-c-config Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44491 Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/rtorrent/rtorrent-0.15.7.ebuild | 4 +++- net-p2p/rtorrent/rtorrent-0.16.4.ebuild | 4 +++- net-p2p/rtorrent/rtorrent-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/net-p2p/rtorrent/rtorrent-0.15.7.ebuild b/net-p2p/rtorrent/rtorrent-0.15.7.ebuild index b4640a62b497..bddd5746fa7a 100644 --- a/net-p2p/rtorrent/rtorrent-0.15.7.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.15.7.ebuild @@ -6,7 +6,7 @@ EAPI=8 # require 64-bit integer LUA_COMPAT=( lua5-{3,4} ) -inherit autotools linux-info lua-single systemd +inherit autotools linux-info lua-single systemd toolchain-funcs DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="https://rakshasa.github.io/rtorrent/" @@ -82,6 +82,8 @@ src_prepare() { } src_configure() { + # used by xmlrpc-c-config + tc-export PKG_CONFIG local myeconfargs=( $(use_enable debug) $(use_with lua) diff --git a/net-p2p/rtorrent/rtorrent-0.16.4.ebuild b/net-p2p/rtorrent/rtorrent-0.16.4.ebuild index 1784897a603e..f561c36f3120 100644 --- a/net-p2p/rtorrent/rtorrent-0.16.4.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.16.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 # require 64-bit integer LUA_COMPAT=( lua5-{3,4} ) -inherit autotools lua-single systemd +inherit autotools lua-single systemd toolchain-funcs DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="https://rakshasa.github.io/rtorrent/" @@ -70,6 +70,8 @@ src_prepare() { } src_configure() { + # used by xmlrpc-c-config + tc-export PKG_CONFIG local myeconfargs=( $(use_enable debug) $(use_with lua) diff --git a/net-p2p/rtorrent/rtorrent-9999.ebuild b/net-p2p/rtorrent/rtorrent-9999.ebuild index 1784897a603e..f561c36f3120 100644 --- a/net-p2p/rtorrent/rtorrent-9999.ebuild +++ b/net-p2p/rtorrent/rtorrent-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # require 64-bit integer LUA_COMPAT=( lua5-{3,4} ) -inherit autotools lua-single systemd +inherit autotools lua-single systemd toolchain-funcs DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="https://rakshasa.github.io/rtorrent/" @@ -70,6 +70,8 @@ src_prepare() { } src_configure() { + # used by xmlrpc-c-config + tc-export PKG_CONFIG local myeconfargs=( $(use_enable debug) $(use_with lua)
