From fb7c4f05696c34505dcf63ecfbd3055d3861b0ce Mon Sep 17 00:00:00 2001 From: Esteve Varela Colominas Date: Thu, 25 Dec 2025 04:30:41 +0100 Subject: [PATCH] www-servers/copyparty: Add USE=ssl dependency More and more hidden optional dependencies are popping up. I doubt I'll get all of them, but at least the ones relevant for my uses that I find in the documentation, I'll document... Signed-off-by: Esteve Varela Colominas --- .../{copyparty-1.19.23-r2.ebuild => copyparty-1.19.23-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) rename www-servers/copyparty/{copyparty-1.19.23-r2.ebuild => copyparty-1.19.23-r3.ebuild} (98%) diff --git a/www-servers/copyparty/copyparty-1.19.23-r2.ebuild b/www-servers/copyparty/copyparty-1.19.23-r3.ebuild similarity index 98% rename from www-servers/copyparty/copyparty-1.19.23-r2.ebuild rename to www-servers/copyparty/copyparty-1.19.23-r3.ebuild index e4e21fff8e..8108cb0f8e 100644 --- a/www-servers/copyparty/copyparty-1.19.23-r2.ebuild +++ b/www-servers/copyparty/copyparty-1.19.23-r3.ebuild @@ -149,4 +149,5 @@ good-but-slow image thumbnails, read audio/media tags" media-video/ffmpeg # Additional programs not detected above optfeature "automatically generate SSL certificate at startup" app-crypt/cfssl + optfeature "scrypt password hashing" dev-lang/python[ssl] # hashlib.scrypt() }