Package-Manager: Portage-2.3.24, Repoman-2.3.6
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
inherit eutils ruby-ng
each_ruby_install() {
local rubyversion
- if use ruby_targets_ruby22; then
+ if use ruby_targets_ruby23; then
+ rubyversion=ruby23
+ elif use ruby_targets_ruby22; then
rubyversion=ruby22
- elif use ruby_targets_ruby21; then
- rubyversion=ruby21
fi
exeinto /usr/share/mikutter
-# 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="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
inherit eutils ruby-ng
each_ruby_install() {
local rubyversion
- if use ruby_targets_ruby22; then
+ if use ruby_targets_ruby23; then
+ rubyversion=ruby23
+ elif use ruby_targets_ruby22; then
rubyversion=ruby22
- elif use ruby_targets_ruby21; then
- rubyversion=ruby21
fi
exeinto /usr/share/mikutter