Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/
Date: Fri, 21 Feb 2020 06:08:56
Message-Id: 1582263068.911e01a662f38b6c1e8533049162f5882f34159e.juippis@gentoo
1 commit: 911e01a662f38b6c1e8533049162f5882f34159e
2 Author: end222 <pabloorduna98 <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 20 13:07:28 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 05:31:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911e01a6
7
8 x11-terms/kitty: add imagemagick as optfeature
9
10 Signed-off-by: Pablo Orduna <pabloorduna98 <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14715
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-terms/kitty/kitty-0.16.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-terms/kitty/kitty-0.16.0.ebuild b/x11-terms/kitty/kitty-0.16.0.ebuild
18 index c62b5d65569..eff516cfcba 100644
19 --- a/x11-terms/kitty/kitty-0.16.0.ebuild
20 +++ b/x11-terms/kitty/kitty-0.16.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 PYTHON_COMPAT=( python3_{6,7,8} )
24
25 -inherit python-single-r1 toolchain-funcs xdg
26 +inherit python-single-r1 toolchain-funcs xdg eutils
27
28 if [[ ${PV} == "9999" ]] ; then
29 EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git"
30 @@ -38,7 +38,6 @@ RDEPEND="
31 x11-libs/libXrandr
32 sys-apps/dbus
33 sys-libs/zlib
34 - virtual/imagemagick-tools
35 wayland? (
36 dev-libs/wayland
37 >=dev-libs/wayland-protocols-1.17
38 @@ -94,6 +93,7 @@ src_install() {
39
40 pkg_postinst() {
41 xdg_icon_cache_update
42 + optfeature "Displaying images in the terminal" virtual/imagemagick-tools
43 }
44
45 pkg_postrm() {