commit:     c3c79a8cf0face5a5267b783e280f11df5b77c33
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May 26 15:33:16 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May 26 21:20:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3c79a8c

sci-libs/magma: use ; as separator

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/magma/magma-2.6.2-r1.ebuild | 4 ++--
 sci-libs/magma/magma-2.6.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/magma/magma-2.6.2-r1.ebuild 
b/sci-libs/magma/magma-2.6.2-r1.ebuild
index 431d3ad52..05b6ad90f 100644
--- a/sci-libs/magma/magma-2.6.2-r1.ebuild
+++ b/sci-libs/magma/magma-2.6.2-r1.ebuild
@@ -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=(

diff --git a/sci-libs/magma/magma-2.6.2.ebuild 
b/sci-libs/magma/magma-2.6.2.ebuild
index 374515069..edaa8a3f3 100644
--- a/sci-libs/magma/magma-2.6.2.ebuild
+++ b/sci-libs/magma/magma-2.6.2.ebuild
@@ -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=(

Reply via email to