Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/
Date: Mon, 02 May 2022 10:37:35
Message-Id: 1651487711.bbd6feabbbd1ae34f23f4135ac32da2af5895857.juippis@gentoo
1 commit: bbd6feabbbd1ae34f23f4135ac32da2af5895857
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 10:35:11 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 10:35:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd6feab
7
8 sci-electronics/systemc: Stabilize 2.3.4-r1 amd64, #841410
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
16 index e6a10a546f58..1b392e0ac3e4 100644
17 --- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
18 +++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
19 @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 S="${WORKDIR}/${PN}-${MY_PV}"
26 fi