commit: e9a11c52d4621816abb3f97a341307c87483b9c4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 17:47:53 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 18:39:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a11c52
games-engines/scummvm: keyword 2.2.0-r2 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
games-engines/scummvm/scummvm-2.2.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
index 65afd2a5beb..22d247713df 100644
--- a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
+++ b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/scummvm/scummvm"
else
SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${P}"
fi