diff options
-rw-r--r-- | x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-terms/kitty/kitty-0.23.1-r1.ebuild b/x11-terms/kitty/kitty-0.23.1-r1.ebuild index ea4af33df1cd..ee5228eceb68 100644 --- a/x11-terms/kitty/kitty-0.23.1-r1.ebuild +++ b/x11-terms/kitty/kitty-0.23.1-r1.ebuild @@ -111,8 +111,6 @@ src_install() { pkg_postinst() { xdg_icon_cache_update - optfeature "displaying images in the terminal" \ - media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] - + optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick optfeature "audio-based terminal bell support" media-libs/libcanberra } diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 45697c8607df..f47b4d2c18f8 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -111,8 +111,6 @@ src_install() { pkg_postinst() { xdg_icon_cache_update - optfeature "displaying images in the terminal" \ - media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] - + optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick optfeature "audio-based terminal bell support" media-libs/libcanberra } |