Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Sat, 25 Sep 2021 18:39:24
Message-Id: 1632595154.e9a11c52d4621816abb3f97a341307c87483b9c4.marecki@gentoo
1 commit: e9a11c52d4621816abb3f97a341307c87483b9c4
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 17:47:53 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:39:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a11c52
7
8 games-engines/scummvm: keyword 2.2.0-r2 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 games-engines/scummvm/scummvm-2.2.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
16 index 65afd2a5beb..22d247713df 100644
17 --- a/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
18 +++ b/games-engines/scummvm/scummvm-2.2.0-r2.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/scummvm/scummvm"
21 else
22 SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
25 S="${WORKDIR}/${PN}-${P}"
26 fi