Skip to content

Commit

Permalink
x11-terms/kitty-terminfo: fix live ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Orduna <[email protected]>
Closes: gentoo#17097
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
end222 authored and juippis committed Aug 15, 2020
1 parent 9da3673 commit fc4f850
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fc4f850

Please sign in to comment.