Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/magma/
Date: Thu, 26 May 2022 21:20:48
Message-Id: 1653600041.c3c79a8cf0face5a5267b783e280f11df5b77c33.Alessandro-Barbieri@gentoo
1 commit: c3c79a8cf0face5a5267b783e280f11df5b77c33
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 26 15:33:16 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu May 26 21:20:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3c79a8c
7
8 sci-libs/magma: use ; as separator
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-libs/magma/magma-2.6.2-r1.ebuild | 4 ++--
13 sci-libs/magma/magma-2.6.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/magma/magma-2.6.2-r1.ebuild b/sci-libs/magma/magma-2.6.2-r1.ebuild
17 index 431d3ad52..05b6ad90f 100644
18 --- a/sci-libs/magma/magma-2.6.2-r1.ebuild
19 +++ b/sci-libs/magma/magma-2.6.2-r1.ebuild
20 @@ -96,11 +96,11 @@ src_configure() {
21 #if use hip ; then
22 for u in ${IUSE_AMDGPU} ; do
23 if use ${u} ; then
24 - gpu="${gpu},${u/amdgpu_/}"
25 + gpu="${gpu};${u/amdgpu_/}"
26 fi
27 done
28 #fi
29 - # remove first character (,)
30 + # remove first character (;)
31 gpu="${gpu:1}"
32
33 local mycmakeargs=(
34
35 diff --git a/sci-libs/magma/magma-2.6.2.ebuild b/sci-libs/magma/magma-2.6.2.ebuild
36 index 374515069..edaa8a3f3 100644
37 --- a/sci-libs/magma/magma-2.6.2.ebuild
38 +++ b/sci-libs/magma/magma-2.6.2.ebuild
39 @@ -87,10 +87,10 @@ src_configure() {
40 local gpu=""
41 for u in ${IUSE_AMDGPU} ; do
42 if use ${u} ; then
43 - gpu="${gpu},${u/amdgpu_/}"
44 + gpu="${gpu};${u/amdgpu_/}"
45 fi
46 done
47 - #remove first character (,)
48 + #remove first character (;)
49 gpu="${gpu:1}"
50
51 local mycmakeargs=(