Diff terminal-table-1.8.0-r4 with a terminal-table-2.0.0-r1

/usr/portage/dev-ruby/terminal-table/terminal-table-2.0.0-r1.ebuild 2023-10-09 14:52:30.468368375 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
5 6
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
6 7

  
7 8
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
......
20 21
LICENSE="MIT"
21 22

  
22 23
KEYWORDS="~amd64 ~arm64"
23
SLOT="0"
24
SLOT="2"
24 25
IUSE="test"
25 26

  
26 27
ruby_add_rdepend ">=dev-ruby/unicode-display_width-1.1.1:1"
Thank you!