diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-19 06:34:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-19 06:35:54 +0200 |
commit | 9cc1a3f648766c962e7a465020db4820b6ba6e01 (patch) | |
tree | 96c6fd51c21d2ff859c4003bf677c765bb92ca96 /dev-ruby/thor | |
parent | dev-ruby/mocha: add ruby25 (diff) | |
download | gentoo-9cc1a3f648766c962e7a465020db4820b6ba6e01.tar.gz gentoo-9cc1a3f648766c962e7a465020db4820b6ba6e01.tar.bz2 gentoo-9cc1a3f648766c962e7a465020db4820b6ba6e01.zip |
dev-ruby/thor: add ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-0.20.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/thor/thor-0.20.0.ebuild b/dev-ruby/thor/thor-0.20.0.ebuild index 9d282c48b682..60e9b5f02184 100644 --- a/dev-ruby/thor/thor-0.20.0.ebuild +++ b/dev-ruby/thor/thor-0.20.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="doc" -USE_RUBY="ruby21 ruby22 ruby23" ruby_add_bdepend " +USE_RUBY="ruby22 ruby23 ruby24" ruby_add_bdepend " test? ( dev-ruby/childlabor dev-ruby/webmock @@ -48,7 +48,7 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in - *ruby24) + *ruby25) einfo "Skipping tests due to circular dependencies" ;; *) |