mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user