diff options
author | end222 <pabloorduna98@gmail.com> | 2020-08-12 13:24:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-08-15 12:29:47 +0300 |
commit | fc4f850db4b522f77b281d57d03b1e20c0ce675a (patch) | |
tree | 9b5b6a4c584f8ad97a81b07e2447b5094e9686e7 /x11-terms | |
parent | x11-terms/kitty-terminfo: bump to 0.18.3 (diff) | |
download | gentoo-fc4f850db4b522f77b281d57d03b1e20c0ce675a.tar.gz gentoo-fc4f850db4b522f77b281d57d03b1e20c0ce675a.tar.bz2 gentoo-fc4f850db4b522f77b281d57d03b1e20c0ce675a.zip |
x11-terms/kitty-terminfo: fix live ebuild
Signed-off-by: Pablo Orduna <pabloorduna98@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17097
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty-terminfo/files/kitty-terminfo-setup-9999.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/kitty-terminfo/files/kitty-terminfo-setup-9999.patch b/x11-terms/kitty-terminfo/files/kitty-terminfo-setup-9999.patch index ae6f087069c7..865ac2b0331d 100644 --- a/x11-terms/kitty-terminfo/files/kitty-terminfo-setup-9999.patch +++ b/x11-terms/kitty-terminfo/files/kitty-terminfo-setup-9999.patch @@ -30,8 +30,8 @@ index 7c4295bd..8d31e2d1 100755 'action', nargs='?', default=Options.action, -- choices='build test linux-package kitty.app linux-freeze macos-freeze build-launcher clean'.split(), -+ choices='build test linux-package linux-terminfo kitty.app linux-freeze macos-freeze build-launcher clean'.split(), +- choices='build test linux-package kitty.app linux-freeze macos-freeze build-launcher clean export-ci-bundles'.split(), ++ choices='build test linux-package linux-terminfo kitty.app linux-freeze macos-freeze build-launcher clean export-ci-bundles'.split(), help='Action to perform (default is build)' ) p.add_argument( |