aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"