commit:     cf82d61b7d5345ffc59d36acd063f3d0ffa80938
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 23:40:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 23:53:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf82d61b

dev-ruby/terminal-table: enable ruby32 for 3.0.x

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/terminal-table/terminal-table-3.0.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild 
b/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild
index 2c26dc043438..401d5bdb2050 100644
--- a/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild
+++ b/dev-ruby/terminal-table/terminal-table-3.0.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -17,11 +18,10 @@ inherit ruby-fakegem
 DESCRIPTION="Simple, feature rich ascii table generation library"
 HOMEPAGE="https://github.com/tj/terminal-table";
 SRC_URI="https://github.com/tj/terminal-table/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64"
+LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-IUSE="test"
+KEYWORDS="~amd64 ~arm64"
 
 ruby_add_rdepend "|| ( dev-ruby/unicode-display_width:2 
>=dev-ruby/unicode-display_width-1.1.1:1 )"
 

Reply via email to