app-admin/kanako: underestimated the power of optfeature

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki
2026-04-07 18:35:35 -03:00
parent 2d9ab3e322
commit 4e61fffa76

View File

@@ -46,5 +46,5 @@ pkg_postinst() {
einfo "${PN} will not work without a backend" einfo "${PN} will not work without a backend"
einfo "You may need to emerge a suitable backend such as app-crypt/gnupg or" einfo "You may need to emerge a suitable backend such as app-crypt/gnupg or"
einfo "app-crypt/age" einfo "app-crypt/age"
optfeature "For one time password support" sys-auth/oath-toolkit optfeature "one time password support" sys-auth/oath-toolkit
} }