commit: 5abf29afd8f2b2de5451a79c1386c6081d313bda Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 28 16:48:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 28 16:48:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abf29af
net-dns/hash-slinger: add comment wrt m2crypto dep Last reverse dependency. Bug: https://github.com/letoams/hash-slinger/issues/49 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/hash-slinger/hash-slinger-3.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-dns/hash-slinger/hash-slinger-3.4.ebuild b/net-dns/hash-slinger/hash-slinger-3.4.ebuild index 7b45431b3472..655156fb0fbc 100644 --- a/net-dns/hash-slinger/hash-slinger-3.4.ebuild +++ b/net-dns/hash-slinger/hash-slinger-3.4.ebuild @@ -18,6 +18,7 @@ IUSE="ipsec +openpgp +ssh" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# m2crypto: https://github.com/letoams/hash-slinger/issues/49 RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep '
