From: end222 Date: Thu, 20 Feb 2020 13:07:28 +0000 (+0100) Subject: x11-terms/kitty: add imagemagick as optfeature X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=911e01a662f38b6c1e8533049162f5882f34159e;p=gentoo.git x11-terms/kitty: add imagemagick as optfeature Signed-off-by: Pablo Orduna Closes: https://github.com/gentoo/gentoo/pull/14715 Signed-off-by: Joonas Niilola --- diff --git a/x11-terms/kitty/kitty-0.16.0.ebuild b/x11-terms/kitty/kitty-0.16.0.ebuild index c62b5d655696..eff516cfcbaa 100644 --- a/x11-terms/kitty/kitty-0.16.0.ebuild +++ b/x11-terms/kitty/kitty-0.16.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit python-single-r1 toolchain-funcs xdg +inherit python-single-r1 toolchain-funcs xdg eutils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git" @@ -38,7 +38,6 @@ RDEPEND=" x11-libs/libXrandr sys-apps/dbus sys-libs/zlib - virtual/imagemagick-tools wayland? ( dev-libs/wayland >=dev-libs/wayland-protocols-1.17 @@ -94,6 +93,7 @@ src_install() { pkg_postinst() { xdg_icon_cache_update + optfeature "Displaying images in the terminal" virtual/imagemagick-tools } pkg_postrm() {