sys-cluster/mpe2: Add missing use keyword.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2015-10-19 06:51:57 +00:00
parent 3cc058cbac
commit ed9d02ac4c

View File

@@ -65,7 +65,7 @@ pkg_setup() {
einfo "Building with support for: sys-cluster/${MPE_IMP}"
if ! minimal; then
if ! use minimal; then
java-pkg-opt-2_pkg_setup
fi
}
@@ -76,7 +76,7 @@ src_prepare() {
epatch "${FILESDIR}"/slog2sdk-trace_rlog-makefile-fixes.patch
epatch "${FILESDIR}"/slog2sdk-trace_sample-makefile-fixes.patch
if ! minimal; then
if ! use minimal; then
java-pkg-opt-2_src_prepare
fi
}