diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-07 10:39:42 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-07 10:57:22 -0500 |
commit | b278da5e6ef4a4eb08007354930546793d97c6f4 (patch) | |
tree | 53e2bf638973099824e69426201ef13394418724 /x11-terms | |
parent | x11-terms/kitty-terminfo: add 0.26.5 (diff) | |
download | gentoo-b278da5e6ef4a4eb08007354930546793d97c6f4.tar.gz gentoo-b278da5e6ef4a4eb08007354930546793d97c6f4.tar.bz2 gentoo-b278da5e6ef4a4eb08007354930546793d97c6f4.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>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 5 |
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=" |