commit: a6977a9fbf3de4b52ca6ca71ffe9c0f192b1dfdc Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Jun 8 06:57:15 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 07:24:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6977a9f
net-im/vesktop-bin: fix call to optfeature Closes: https://bugs.gentoo.org/957549 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-im/vesktop-bin/vesktop-bin-1.5.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/vesktop-bin/vesktop-bin-1.5.6.ebuild b/net-im/vesktop-bin/vesktop-bin-1.5.6.ebuild index f52e57c7e3..9ef08472fe 100644 --- a/net-im/vesktop-bin/vesktop-bin-1.5.6.ebuild +++ b/net-im/vesktop-bin/vesktop-bin-1.5.6.ebuild @@ -94,5 +94,5 @@ src_install() { } pkg_postinst() { - optfeature x11-libs/libnotify Desktop notifications support + optfeature "Desktop notifications support" x11-libs/libnotify }
