From 5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Wed, 30 Aug 2023 09:33:59 +0000 Subject: app-emulation/spike: update EAPI=8 Fix ebuild cache regeneration error, Closes: https://bugs.gentoo.org/913315 Signed-off-by: Yixun Lan --- 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}" -- cgit v1.2.3-65-gdbad