commit: bffae5f9eb90d960eb0d83287b08829012104f0a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Aug 20 23:33:43 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Aug 20 23:33:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bffae5f9
sys-cluster/TCL: fix use constraints (again)
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sys-cluster/TCL/TCL-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/TCL/TCL-1.0.ebuild b/sys-cluster/TCL/TCL-1.0.ebuild
index b4eb7020d..de2080aff 100644
--- a/sys-cluster/TCL/TCL-1.0.ebuild
+++ b/sys-cluster/TCL/TCL-1.0.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}"
REQUIRED_USE="
|| ( fti scr veloc )
- || ( ${IUSE_TCL//+/} )
+ ?? ( ${IUSE_TCL//+/} )
"
src_prepare() {