aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/mpi-select.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass
index 4c615fe..8c61032 100644
--- a/eclass/mpi-select.eclass
+++ b/eclass/mpi-select.eclass
@@ -47,9 +47,7 @@ mpi_dependencies()
local impl ret
for impl in "${MPI_TARGETS}"; do
-# if has_version ">=sys-cluster/${impl}"; then
- ret="${ret} >=sys-cluster/${impl}"
-# fi
+ ret="${ret} =sys-cluster/${impl}"
done
echo "${ret}"