|
|
# 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 |
|
|
fi | fi |
fi | fi |
} | } |
|
# ------------------------------------------------------------------------------ |
|
pre_pkg_postinst() { |
|
java-pkg_reg-cachejar_ |
|
} |
| |
# ------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------ |
# @eclass-end | # @eclass-end |