summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-11-07 10:39:42 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-11-07 10:57:22 -0500
commitb278da5e6ef4a4eb08007354930546793d97c6f4 (patch)
tree53e2bf638973099824e69426201ef13394418724
parentx11-terms/kitty-terminfo: add 0.26.5 (diff)
downloadgentoo-b278da5e.tar.gz
gentoo-b278da5e.tar.bz2
gentoo-b278da5e.zip
x11-terms/kitty: switch test restrictions to req use
On second thought, this makes more sense. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 300067120957..8fb28a0e4d6d 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -25,9 +25,10 @@ LICENSE="GPL-3"
SLOT="0"
IUSE="+X test transfer wayland"
REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
|| ( X wayland )
- ${PYTHON_REQUIRED_USE}"
-RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
+ test? ( X transfer wayland )"
+RESTRICT="!test? ( test )"
# dlopen: fontconfig,libglvnd
RDEPEND="