mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sci-libs/magma: use ; as separator
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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=(
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user