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: Mon, 07 Nov 2022 15:59:25
Message-Id: 1667836642.b278da5e6ef4a4eb08007354930546793d97c6f4.ionen@gentoo
1 commit: b278da5e6ef4a4eb08007354930546793d97c6f4
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 7 15:39:42 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 7 15:57:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b278da5e
7
8 x11-terms/kitty: switch test restrictions to req use
9
10 On second thought, this makes more sense.
11
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 x11-terms/kitty/kitty-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
18 index 300067120957..8fb28a0e4d6d 100644
19 --- a/x11-terms/kitty/kitty-9999.ebuild
20 +++ b/x11-terms/kitty/kitty-9999.ebuild
21 @@ -25,9 +25,10 @@ LICENSE="GPL-3"
22 SLOT="0"
23 IUSE="+X test transfer wayland"
24 REQUIRED_USE="
25 + ${PYTHON_REQUIRED_USE}
26 || ( X wayland )
27 - ${PYTHON_REQUIRED_USE}"
28 -RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
29 + test? ( X transfer wayland )"
30 +RESTRICT="!test? ( test )"
31
32 # dlopen: fontconfig,libglvnd
33 RDEPEND="