aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-08-30 09:33:59 +0000
committerYixun Lan <dlan@gentoo.org>2023-08-30 09:34:02 +0000
commit5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09 (patch)
tree1179df1bafaa5df5e92ef025181778e136fc9c4a
parentapp-emulation/qtrvsim: fix libelf dep (diff)
downloadriscv-5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09.tar.gz
riscv-5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09.tar.bz2
riscv-5c02b20a71fbb3ef6d1fb41daa9d01a86325ad09.zip
app-emulation/spike: update EAPI=8
Fix ebuild cache regeneration error, Closes: https://bugs.gentoo.org/913315 Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--app-emulation/spike/spike-1.0.0.ebuild4
-rw-r--r--app-emulation/spike/spike-9999.ebuild6
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}"