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

(-)a/eclass/java-utils-2.eclass (-2 / +1 lines)
Lines 2641-2647 java-pkg_switch-vm() { Link Here
2641
			# otherwise determine a vm from dep string
2641
			# otherwise determine a vm from dep string
2642
			else
2642
			else
2643
				debug-print "depend-java-query:  NV_DEPEND:	${JAVA_PKG_NV_DEPEND:-${DEPEND}}"
2643
				debug-print "depend-java-query:  NV_DEPEND:	${JAVA_PKG_NV_DEPEND:-${DEPEND}}"
2644
				GENTOO_VM="$(depend-java-query --get-vm "${JAVA_PKG_NV_DEPEND:-${DEPEND}}")"
2644
				GENTOO_VM="$(depend-java-query --get-vm ${JAVA_PKG_NV_DEPEND:-${DEPEND}})"
2645
				if [[ -z "${GENTOO_VM}" || "${GENTOO_VM}" == "None" ]]; then
2645
				if [[ -z "${GENTOO_VM}" || "${GENTOO_VM}" == "None" ]]; then
2646
					eerror "Unable to determine VM for building from dependencies:"
2646
					eerror "Unable to determine VM for building from dependencies:"
2647
					echo "NV_DEPEND: ${JAVA_PKG_NV_DEPEND:-${DEPEND}}"
2647
					echo "NV_DEPEND: ${JAVA_PKG_NV_DEPEND:-${DEPEND}}"
2648
- 

Return to bug 572944