Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/
Date: Sat, 22 Jan 2022 03:55:27
Message-Id: 1642823688.779d1d42105c09978cbaf3747c24fd4e54d1a4fd.ionen@gentoo
1 commit: 779d1d42105c09978cbaf3747c24fd4e54d1a4fd
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 03:53:57 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 03:54:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779d1d42
7
8 x11-terms/kitty: optfeature on xdg-utils
9
10 Closes: https://bugs.gentoo.org/831758
11 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
12
13 x11-terms/kitty/kitty-0.24.1.ebuild | 1 +
14 x11-terms/kitty/kitty-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/x11-terms/kitty/kitty-0.24.1.ebuild b/x11-terms/kitty/kitty-0.24.1.ebuild
18 index 1b783a910a30..f12b599aaa04 100644
19 --- a/x11-terms/kitty/kitty-0.24.1.ebuild
20 +++ b/x11-terms/kitty/kitty-0.24.1.ebuild
21 @@ -124,4 +124,5 @@ pkg_postinst() {
22
23 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
24 optfeature "audio-based terminal bell support" media-libs/libcanberra
25 + optfeature "opening links from the terminal" x11-misc/xdg-utils
26 }
27
28 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
29 index 1b783a910a30..f12b599aaa04 100644
30 --- a/x11-terms/kitty/kitty-9999.ebuild
31 +++ b/x11-terms/kitty/kitty-9999.ebuild
32 @@ -124,4 +124,5 @@ pkg_postinst() {
33
34 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
35 optfeature "audio-based terminal bell support" media-libs/libcanberra
36 + optfeature "opening links from the terminal" x11-misc/xdg-utils
37 }