From e9ae399ea10c07dc99f7732a567600283235f76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Oth=C3=B3n=20Mart=C3=ADnez=20Vera?= Date: Tue, 11 Nov 2025 13:36:31 -0600 Subject: [PATCH] net-analyzer/testssl: update optfeature to suggest dev-util/xxd as alternative MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cristian Othón Martínez Vera Part-of: https://github.com/gentoo/gentoo/pull/44596 Closes: https://github.com/gentoo/gentoo/pull/44596 Signed-off-by: Sam James --- net-analyzer/testssl/testssl-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/testssl/testssl-3.2.2.ebuild b/net-analyzer/testssl/testssl-3.2.2.ebuild index c04d77aeee47..cc02002ef79c 100644 --- a/net-analyzer/testssl/testssl-3.2.2.ebuild +++ b/net-analyzer/testssl/testssl-3.2.2.ebuild @@ -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 }