commit: 5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 09:33:59 2023 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Aug 30 09:34:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=5c02b20a
app-emulation/spike: update EAPI=8 Fix ebuild cache regeneration error, Closes: https://bugs.gentoo.org/913315 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-emulation/spike/spike-1.0.0.ebuild | 4 ++-- app-emulation/spike/spike-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/spike/spike-1.0.0.ebuild b/app-emulation/spike/spike-1.0.0.ebuild index 7da7a73..053302e 100644 --- a/app-emulation/spike/spike-1.0.0.ebuild +++ b/app-emulation/spike/spike-1.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -inherit eutils autotools +EAPI="8" +inherit autotools DESCRIPTION="The RISC-V ISA Simulator" HOMEPAGE="https://github.com/riscv/riscv-isa-sim/" diff --git a/app-emulation/spike/spike-9999.ebuild b/app-emulation/spike/spike-9999.ebuild index 31faa2b..830475e 100644 --- a/app-emulation/spike/spike-9999.ebuild +++ b/app-emulation/spike/spike-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -inherit eutils autotools git-r3 multilib +EAPI="8" +inherit autotools git-r3 multilib DESCRIPTION="The RISC-V ISA Simulator" HOMEPAGE="https://github.com/riscv/riscv-isa-sim/" -EGIT_REPO_URI="https://github.com/riscv/riscv-isa-sim" +EGIT_REPO_URI="https://github.com/riscv-software-src/riscv-isa-sim" LICENSE="BSD" SLOT="0/${PV}"
