diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-01-12 08:13:36 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-01-12 08:13:36 +0100 |
commit | d69d24d6585680f917b99f35a8becaa299c9f368 (patch) | |
tree | 3e20e34b622294cb06ce023f95e73a8fbcacf8c3 /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-support: add ruby27 (diff) | |
download | gentoo-d69d24d6585680f917b99f35a8becaa299c9f368.tar.gz gentoo-d69d24d6585680f917b99f35a8becaa299c9f368.tar.bz2 gentoo-d69d24d6585680f917b99f35a8becaa299c9f368.zip |
dev-ruby/rspec-expectations: add ruby27
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild index 6f3961866744..467a599c2262 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |