commit:     1f6643982970325d12322ad79fdb3418dc843dea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 05:11:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 05:16:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f664398

www-client/elinks: add libidn test dep

Closes: https://bugs.gentoo.org/891053
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/elinks/elinks-0.16.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/elinks/elinks-0.16.0.ebuild 
b/www-client/elinks/elinks-0.16.0.ebuild
index e187c697d4d2..aa8b79777227 100644
--- a/www-client/elinks/elinks-0.16.0.ebuild
+++ b/www-client/elinks/elinks-0.16.0.ebuild
@@ -60,8 +60,11 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="
        ${PYTHON_DEPS}
-       nls? ( sys-devel/gettext )
        virtual/pkgconfig
+       nls? ( sys-devel/gettext )
+       test? (
+               net-dns/libidn
+       )
 "
 
 PATCHES=(

Reply via email to