diff options
author | end222 <pabloorduna98@gmail.com> | 2020-02-20 14:07:28 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-21 07:31:08 +0200 |
commit | 911e01a662f38b6c1e8533049162f5882f34159e (patch) | |
tree | d15e794d4476ff1ffe491048a7d8cc918ba2ed34 /x11-terms | |
parent | media-tv/mythtv: ebuild enhancements (diff) | |
download | gentoo-911e01a662f38b6c1e8533049162f5882f34159e.tar.gz gentoo-911e01a662f38b6c1e8533049162f5882f34159e.tar.bz2 gentoo-911e01a662f38b6c1e8533049162f5882f34159e.zip |
x11-terms/kitty: add imagemagick as optfeature
Signed-off-by: Pablo Orduna <pabloorduna98@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14715
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |