www-apps/radicale: add argon2 instructions

Closes: https://github.com/gentoo/gentoo/pull/42523
Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Thibaud CANALE
2025-06-09 21:53:05 +02:00
committed by Yixun Lan
parent 6a8eee0729
commit 4374f27799
2 changed files with 2 additions and 0 deletions

View File

@@ -92,4 +92,5 @@ pkg_postinst() {
optfeature "Publish changes to rabbitmq" dev-python/pika
optfeature "LDAP/LDAPS authentication" dev-python/ldap3 dev-python/python-ldap
optfeature "bcrypt password hashing" dev-python/bcrypt
optfeature "argon2 password hashing" dev-python/argon2-cffi
}

View File

@@ -92,4 +92,5 @@ pkg_postinst() {
optfeature "Publish changes to rabbitmq" dev-python/pika
optfeature "LDAP/LDAPS authentication" dev-python/ldap3 dev-python/python-ldap
optfeature "bcrypt password hashing" dev-python/bcrypt
optfeature "argon2 password hashing" dev-python/argon2-cffi
}