diff options
-rw-r--r-- | dev-ruby/net-ssh/net-ssh-3.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/net-ssh/net-ssh-3.2.0.ebuild b/dev-ruby/net-ssh/net-ssh-3.2.0.ebuild index 32e7dacf583d..4497d953188f 100644 --- a/dev-ruby/net-ssh/net-ssh-3.2.0.ebuild +++ b/dev-ruby/net-ssh/net-ssh-3.2.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +# ruby24: code is not compatible +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_TASK_TEST="" |