--- mikutter-3.8.6.ebuild 2019-04-21 11:52:37.913532054 +0200 +++ mikutter-3.9.6.ebuild 2019-11-03 14:54:51.394886847 +0100 @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby24 ruby25" +USE_RUBY="ruby25 ruby26" inherit eutils ruby-ng @@ -36,12 +36,12 @@ libnotify? ( x11-libs/libnotify ) media-sound/alsa-utils" -ruby_add_rdepend "=dev-ruby/delayer-deferred-2.0 >=dev-ruby/diva-0.3.2 dev-ruby/httpclient - dev-ruby/json:0 + dev-ruby/json dev-ruby/instance_storage dev-ruby/memoist dev-ruby/moneta @@ -68,10 +68,10 @@ all_ruby_install() { local rubyversion - if use ruby_targets_ruby25; then + if use ruby_targets_ruby26; then + rubyversion=ruby26 + elif use ruby_targets_ruby25; then rubyversion=ruby25 - elif use ruby_targets_ruby24; then - rubyversion=ruby24 fi exeinto /usr/share/mikutter