commit: 4a7274ad66f949e01ab3f8836c1fccffdfe67523 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 24 06:31:01 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 25 05:31:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7274ad
dev-ruby/typed-array: add ruby27 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild b/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild index 069f08c3c4b..6adfa5e7238 100644 --- a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild +++ b/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" inherit ruby-fakegem DESCRIPTION="Gem provides enforced-type functionality to Arrays"
