mail-filter/rblcheck: avoid collision with udns

Closes: https://bugs.gentoo.org/525462
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43197
Closes: https://github.com/gentoo/gentoo/pull/43197
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-07-28 00:19:33 +02:00
committed by Sam James
parent 36628e8e25
commit d3979baaf7

View File

@@ -13,6 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
RDEPEND="!net-libs/udns[tools]"
PATCHES=(
"${FILESDIR}"/${P}-autoconf.patch
)