sci-libs/magma: use ; as separator

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-26 17:33:16 +02:00
parent 6deb9f488f
commit c3c79a8cf0
2 changed files with 4 additions and 4 deletions

View File

@@ -96,11 +96,11 @@ src_configure() {
#if use hip ; then
for u in ${IUSE_AMDGPU} ; do
if use ${u} ; then
gpu="${gpu},${u/amdgpu_/}"
gpu="${gpu};${u/amdgpu_/}"
fi
done
#fi
# remove first character (,)
# remove first character (;)
gpu="${gpu:1}"
local mycmakeargs=(

View File

@@ -87,10 +87,10 @@ src_configure() {
local gpu=""
for u in ${IUSE_AMDGPU} ; do
if use ${u} ; then
gpu="${gpu},${u/amdgpu_/}"
gpu="${gpu};${u/amdgpu_/}"
fi
done
#remove first character (,)
#remove first character (;)
gpu="${gpu:1}"
local mycmakeargs=(