net-analyzer/testssl: update optfeature to suggest dev-util/xxd as alternative

Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/44596
Closes: https://github.com/gentoo/gentoo/pull/44596
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Cristian Othón Martínez Vera 2025-11-11 13:36:31 -06:00 committed by Sam James
parent 8bf0381076
commit e9ae399ea1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -68,5 +68,5 @@ src_install() {
pkg_postinst() {
optfeature "Check for STARTTLS injection issues" net-misc/socat
optfeature "Faster conversions from hexdump to binary" app-editors/vim-core
optfeature "Faster conversions from hexdump to binary" dev-util/xxd app-editors/vim-core
}