diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-02 13:35:11 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-02 13:35:11 +0300 |
commit | bbd6feabbbd1ae34f23f4135ac32da2af5895857 (patch) | |
tree | 1230f6d63e9e0314f80ca3e0b6bf7eed5bdadaba /sci-electronics | |
parent | sci-electronics/systemc: Stabilize 2.3.4-r1 x86, #841410 (diff) | |
download | gentoo-bbd6feabbbd1ae34f23f4135ac32da2af5895857.tar.gz gentoo-bbd6feabbbd1ae34f23f4135ac32da2af5895857.tar.bz2 gentoo-bbd6feabbbd1ae34f23f4135ac32da2af5895857.zip |
sci-electronics/systemc: Stabilize 2.3.4-r1 amd64, #841410
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild index e6a10a546f58..1b392e0ac3e4 100644 --- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild +++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/accellera-official/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |