diff options
author | tastytea <gentoo@tastytea.de> | 2024-03-24 16:12:39 +0100 |
---|---|---|
committer | tastytea <gentoo@tastytea.de> | 2024-03-24 16:15:00 +0100 |
commit | 1b40fd0917bdae0b06f5cc13a269f25d80b7e377 (patch) | |
tree | cba34de7794eb564d91b8b8976d0ec96727aa414 /net-im/nheko | |
parent | sys-boot/boot-repair-iso-download: reorder lines (diff) | |
download | guru-1b40fd0917bdae0b06f5cc13a269f25d80b7e377.tar.gz guru-1b40fd0917bdae0b06f5cc13a269f25d80b7e377.tar.bz2 guru-1b40fd0917bdae0b06f5cc13a269f25d80b7e377.zip |
net-im/nheko: inform about secrets storage
many people will need dev-libs/qtkeychain[keyring]
Bug: https://github.com/gentoo/guru/pull/150#issuecomment-2008613440
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'net-im/nheko')
-rw-r--r-- | net-im/nheko/nheko-0.11.3-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/nheko/nheko-0.11.3-r2.ebuild b/net-im/nheko/nheko-0.11.3-r2.ebuild index 24048849c..6ee7ea202 100644 --- a/net-im/nheko/nheko-0.11.3-r2.ebuild +++ b/net-im/nheko/nheko-0.11.3-r2.ebuild @@ -124,6 +124,8 @@ src_configure() { pkg_postinst() { optfeature "additional image formats support" kde-frameworks/kimageformats:5 optfeature "audio & video file playback support" media-plugins/gst-plugins-meta[ffmpeg] + optfeature "secrets storage support other than kwallet (for example gnome-keyring or keepassxc)" \ + "dev-libs/qtkeychain[keyring]" optfeature "identicons support" dev-cpp/qt-jdenticon:5 xdg_pkg_postinst |