commit: 36628e8e25e2dc5f209854c58e5d0915156bb5ff Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Jul 27 22:18:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 28 16:26:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36628e8e
net-libs/udns: avoid collision with rblcheck Bug: https://bugs.gentoo.org/525462 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43197 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/udns/udns-0.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/udns/udns-0.6.ebuild b/net-libs/udns/udns-0.6.ebuild index 5ee0c03edf24..9925b4d747b7 100644 --- a/net-libs/udns/udns-0.6.ebuild +++ b/net-libs/udns/udns-0.6.ebuild @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="amd64 arm64 ~hppa ppc ppc64 sparc x86" IUSE="ipv6 +tools" +RDEPEND="tools? ( !mail-filter/rblcheck )" + src_configure() { # Uses non-standard configure script, econf doesn't work CC="$(tc-getCC)" RANLIB="$(tc-getRANLIB)" edo ./configure $(use_enable ipv6)
