diff options
author | Sam James <sam@gentoo.org> | 2023-12-16 01:28:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-16 01:28:42 +0000 |
commit | 079247ebd5c8904ffa0f792e6193619ebb5085fd (patch) | |
tree | 6fe3fc02db6fff7b46fccfc45e927b83b0d50e40 /sci-electronics | |
parent | dev-python/protobuf-python: add 4.21.12 (diff) | |
download | gentoo-079247ebd5c8904ffa0f792e6193619ebb5085fd.tar.gz gentoo-079247ebd5c8904ffa0f792e6193619ebb5085fd.tar.bz2 gentoo-079247ebd5c8904ffa0f792e6193619ebb5085fd.zip |
sci-electronics/systemc: Stabilize 2.3.4-r2 amd64, #920067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/systemc/systemc-2.3.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/systemc/systemc-2.3.4-r2.ebuild b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild index 9e61f04f5519..098270948b4f 100644 --- a/sci-electronics/systemc/systemc-2.3.4-r2.ebuild +++ b/sci-electronics/systemc/systemc-2.3.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |