sys-cluster/TCL: add performance version

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-08-21 01:56:11 +02:00
parent 719a8a624d
commit 2575fc5f58
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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>