From 3060dc849a8e9fce3de4e4a06125bf7fc7e20a1f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 7 May 2022 23:06:28 +0200 Subject: [PATCH] net-im/nheko: add kde-frameworks/kimageformats as optfeature Signed-off-by: tastytea --- net-im/nheko/nheko-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index 75284a5..6afa418 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -114,9 +114,11 @@ src_install() { pkg_postinst() { optfeature "audio & video file playback support" \ - "media-plugins/gst-plugins-meta[ffmpeg]" + "media-plugins/gst-plugins-meta[ffmpeg]" optfeature "secrets storage support other than kwallet (gnome-keyring or keepassxc)" \ - "dev-libs/qtkeychain[gnome-keyring]" + "dev-libs/qtkeychain[gnome-keyring]" + optfeature "additional, less common, image format support" \ + "kde-frameworks/kimageformats" xdg_pkg_postinst }