net-im/vesktop-bin: fix call to optfeature

Closes: https://bugs.gentoo.org/957549
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2025-06-08 09:57:15 +03:00
parent def193ac88
commit a6977a9fbf

View File

@@ -94,5 +94,5 @@ src_install() {
}
pkg_postinst() {
optfeature x11-libs/libnotify Desktop notifications support
optfeature "Desktop notifications support" x11-libs/libnotify
}