diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:48:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:22 +0300 |
commit | 37777c2458d6f03b68a58ba1507dd07a37fccb65 (patch) | |
tree | 2f4bf3915286efd59e8bb65a3c47e83fc9e2d9cd /sci-electronics/systemc | |
parent | sci-electronics/spice: destabilize for ~x86 (diff) | |
download | gentoo-37777c2458d6f03b68a58ba1507dd07a37fccb65.tar.gz gentoo-37777c2458d6f03b68a58ba1507dd07a37fccb65.tar.bz2 gentoo-37777c2458d6f03b68a58ba1507dd07a37fccb65.zip |
sci-electronics/systemc: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-electronics/systemc')
-rw-r--r-- | sci-electronics/systemc/systemc-2.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild index 1b392e0ac3e4..ad0a4ea125bb 100644 --- a/sci-electronics/systemc/systemc-2.3.4-r1.ebuild +++ b/sci-electronics/systemc/systemc-2.3.4-r1.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=7 @@ -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 |