View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/eclass/java-pkg-2.eclass (-1 / +6 lines)
 Lines 24-31    Link Here 
# the eclass can automatically add the needed dependencies for the java-pkg_do*
# the eclass can automatically add the needed dependencies for the java-pkg_do*
# functions.
# functions.
#
#
# Build Java packages to native libraries
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
IUSE="${JAVA_PKG_IUSE}"
IUSE="${JAVA_PKG_IUSE} gcj"
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# @depend
# @depend
 Lines 123-128    Link Here 
		fi
		fi
	fi
	fi
}
}
# ------------------------------------------------------------------------------
pre_pkg_postinst() {
	java-pkg_reg-cachejar_
}
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# @eclass-end
# @eclass-end