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

(-)ruby-ng.eclass (-5 / +7 lines)
Lines 407-418 Link Here
407
# @DESCRIPTION:
407
# @DESCRIPTION:
408
# Check whether at least one ruby target implementation is present.
408
# Check whether at least one ruby target implementation is present.
409
ruby-ng_pkg_setup() {
409
ruby-ng_pkg_setup() {
410
	# This only checks that at least one implementation is present
410
	if [[ ${RUBY_OPTIONAL} != yes ]] || use ruby ; then
411
	# before doing anything; by leaving the parameters empty we know
411
		# This only checks that at least one implementation is present
412
	# it's a special case.
412
		# before doing anything; by leaving the parameters empty we know
413
	_ruby_each_implementation
413
		# it's a special case.
414
		_ruby_each_implementation
414
415
415
	has ruby_targets_jruby ${IUSE} && use ruby_targets_jruby && java-pkg_setup-vm
416
		has ruby_targets_jruby ${IUSE} && use ruby_targets_jruby && java-pkg_setup-vm
417
	fi
416
}
418
}
417
419
418
# @FUNCTION: ruby-ng_src_unpack
420
# @FUNCTION: ruby-ng_src_unpack

Return to bug 489608