Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 699228
Collapse All | Expand All

(-)mikutter-3.8.6.ebuild (-6 / +6 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
USE_RUBY="ruby24 ruby25"
6
USE_RUBY="ruby25 ruby26"
7
7
8
inherit eutils ruby-ng
8
inherit eutils ruby-ng
9
9
Lines 36-47 Link Here
36
	libnotify? ( x11-libs/libnotify )
36
	libnotify? ( x11-libs/libnotify )
37
	media-sound/alsa-utils"
37
	media-sound/alsa-utils"
38
38
39
ruby_add_rdepend "<dev-ruby/addressable-2.6
39
ruby_add_rdepend "dev-ruby/addressable
40
	dev-ruby/delayer
40
	dev-ruby/delayer
41
	>=dev-ruby/delayer-deferred-2.0
41
	>=dev-ruby/delayer-deferred-2.0
42
	>=dev-ruby/diva-0.3.2
42
	>=dev-ruby/diva-0.3.2
43
	dev-ruby/httpclient
43
	dev-ruby/httpclient
44
	dev-ruby/json:0
44
	dev-ruby/json
45
	dev-ruby/instance_storage
45
	dev-ruby/instance_storage
46
	dev-ruby/memoist
46
	dev-ruby/memoist
47
	dev-ruby/moneta
47
	dev-ruby/moneta
Lines 68-77 Link Here
68
all_ruby_install() {
68
all_ruby_install() {
69
	local rubyversion
69
	local rubyversion
70
70
71
	if use ruby_targets_ruby25; then
71
	if use ruby_targets_ruby26; then
72
		rubyversion=ruby26
73
	elif use ruby_targets_ruby25; then
72
		rubyversion=ruby25
74
		rubyversion=ruby25
73
	elif use ruby_targets_ruby24; then
74
		rubyversion=ruby24
75
	fi
75
	fi
76
76
77
	exeinto /usr/share/mikutter
77
	exeinto /usr/share/mikutter

Return to bug 699228