From 2575fc5f58f5427f6bf03c01e98f950e47f78cb8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 21 Aug 2021 01:56:11 +0200 Subject: [PATCH] sys-cluster/TCL: add performance version Signed-off-by: Alessandro Barbieri --- sys-cluster/TCL/TCL-1.0.ebuild | 4 +++- sys-cluster/TCL/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-cluster/TCL/TCL-1.0.ebuild b/sys-cluster/TCL/TCL-1.0.ebuild index de2080aff9..ca53febd9f 100644 --- a/sys-cluster/TCL/TCL-1.0.ebuild +++ b/sys-cluster/TCL/TCL-1.0.ebuild @@ -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 diff --git a/sys-cluster/TCL/metadata.xml b/sys-cluster/TCL/metadata.xml index 14a2d4da22..ff9564c6b9 100644 --- a/sys-cluster/TCL/metadata.xml +++ b/sys-cluster/TCL/metadata.xml @@ -15,6 +15,7 @@ Build the debug version Build the instrumentation version Build the instrumentation-debug version + Build the performance version Enable sys-cluster/veloc backend