mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
sys-cluster/TCL: add performance version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@ IUSE_TCL="
|
||||
tcl-debug
|
||||
tcl-instrumentation
|
||||
tcl-instrumentation-debug
|
||||
+tcl-performance
|
||||
"
|
||||
USE_EXPAND="TCL"
|
||||
IUSE="${IUSE_TCL} fti scr veloc"
|
||||
@@ -31,7 +32,7 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
REQUIRED_USE="
|
||||
|| ( fti scr veloc )
|
||||
?? ( ${IUSE_TCL//+/} )
|
||||
|| ( ${IUSE_TCL//+/} )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
@@ -49,6 +50,7 @@ src_configure() {
|
||||
$(use_enable tcl-debug debug)
|
||||
$(use_enable tcl-instrumentation instrumentation)
|
||||
$(use_enable tcl-instrumentation-debug instrumentation-debug)
|
||||
$(use_enable tcl-performance performance)
|
||||
)
|
||||
|
||||
if use fti; then
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<flag name="tcl-debug">Build the debug version</flag>
|
||||
<flag name="tcl-instrumentation">Build the instrumentation version</flag>
|
||||
<flag name="tcl-instrumentation-debug">Build the instrumentation-debug version</flag>
|
||||
<flag name="tcl-performance">Build the performance version</flag>
|
||||
<flag name="veloc">Enable <pkg>sys-cluster/veloc</pkg> backend</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user