diff options
author | 2024-12-26 02:43:12 +0100 | |
---|---|---|
committer | 2024-12-26 02:43:12 +0100 | |
commit | 3ba6903f08d0e6c886664602a36009177fedd38d (patch) | |
tree | eb6d5532b90e56076f3df2b39a8ad21e15c27417 /games-engines | |
parent | sys-libs/libieee1284: Keyword 0.2.11-r9 riscv, #946265 (diff) | |
download | gentoo-3ba6903f08d0e6c886664602a36009177fedd38d.tar.gz gentoo-3ba6903f08d0e6c886664602a36009177fedd38d.tar.bz2 gentoo-3ba6903f08d0e6c886664602a36009177fedd38d.zip |
games-engines/scummvm: Keyword 2.9.0-r1 riscv, #946265
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/scummvm-2.9.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/scummvm/scummvm-2.9.0-r1.ebuild b/games-engines/scummvm/scummvm-2.9.0-r1.ebuild index 2f694a89ed71..db2d168193f0 100644 --- a/games-engines/scummvm/scummvm-2.9.0-r1.ebuild +++ b/games-engines/scummvm/scummvm-2.9.0-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/scummvm/scummvm" else SRC_URI="https://downloads.scummvm.org/frs/scummvm/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" S=${WORKDIR}/${P/_/} fi |