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

(-)/usr/portage/dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild (-1 / +2 lines)
Lines 75-81 Link Here
75
	for bin in rdoc ri; do
75
	for bin in rdoc ri; do
76
		ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
76
		ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
77
77
78
		for version in 20 21 22 23; do
78
		for version in ${USE_RUBY}; do
79
			version=`echo ${version} | cut -c 5-`
79
			if use ruby_targets_ruby${version}; then
80
			if use ruby_targets_ruby${version}; then
80
				ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version}
81
				ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version}
81
				sed -i -e "1s/env ruby/ruby${version}/" \
82
				sed -i -e "1s/env ruby/ruby${version}/" \

Return to bug 604876