Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 21477 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/java-pkg-2.eclass (-1 / +6 lines)
Lines 24-31 Link Here
24
# the eclass can automatically add the needed dependencies for the java-pkg_do*
24
# the eclass can automatically add the needed dependencies for the java-pkg_do*
25
# functions.
25
# functions.
26
#
26
#
27
# Build Java packages to native libraries
27
# ------------------------------------------------------------------------------
28
# ------------------------------------------------------------------------------
28
IUSE="${JAVA_PKG_IUSE}"
29
IUSE="${JAVA_PKG_IUSE} gcj"
29
30
30
# ------------------------------------------------------------------------------
31
# ------------------------------------------------------------------------------
31
# @depend
32
# @depend
Lines 123-128 Link Here
123
		fi
124
		fi
124
	fi
125
	fi
125
}
126
}
127
# ------------------------------------------------------------------------------
128
pre_pkg_postinst() {
129
	java-pkg_reg-cachejar_
130
}
126
131
127
# ------------------------------------------------------------------------------
132
# ------------------------------------------------------------------------------
128
# @eclass-end
133
# @eclass-end

Return to bug 21477