mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
net-misc/mikutter: fix ruby use check
Package-Manager: Portage-2.3.4, Repoman-2.3.1
This commit is contained in:
@@ -62,10 +62,10 @@ all_ruby_unpack() {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user