diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-02-15 11:09:51 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-02-15 16:24:23 +0100 |
commit | ca54266ce5954023ff06e6c19b3f1e08f5fb6f8a (patch) | |
tree | b2ddf336186a54c098ee8df4560d881015462a89 /dev-ruby/thor | |
parent | sec-policy: Stabilize selinux policy 2.20190201-r1 (diff) | |
download | gentoo-ca54266ce5954023ff06e6c19b3f1e08f5fb6f8a.tar.gz gentoo-ca54266ce5954023ff06e6c19b3f1e08f5fb6f8a.tar.bz2 gentoo-ca54266ce5954023ff06e6c19b3f1e08f5fb6f8a.zip |
dev-ruby/thor: add ruby27
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-0.20.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/thor/thor-0.20.3.ebuild b/dev-ruby/thor/thor-0.20.3.ebuild index 8f4a9e1875a4..c9e69babb1d5 100644 --- a/dev-ruby/thor/thor-0.20.3.ebuild +++ b/dev-ruby/thor/thor-0.20.3.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=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -48,7 +48,7 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in - *ruby26) + *ruby27) einfo "Skipping tests due to circular dependencies" ;; *) |