diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 04:19:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 04:19:37 +0100 |
commit | 4fa4ee52a53ac60b985eec113beb6b92b04c2d19 (patch) | |
tree | 7261230c91c3fd3acee61ea71a6d9ed96514b1aa /games-emulation/gambatte-jg | |
parent | games-emulation/cega-jg: Keyword 0.6.0 arm64, #891201 (diff) | |
download | gentoo-4fa4ee52a53ac60b985eec113beb6b92b04c2d19.tar.gz gentoo-4fa4ee52a53ac60b985eec113beb6b92b04c2d19.tar.bz2 gentoo-4fa4ee52a53ac60b985eec113beb6b92b04c2d19.zip |
games-emulation/gambatte-jg: Keyword 0.5.1 arm64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/gambatte-jg')
-rw-r--r-- | games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild index bc00ccf2fcc5..4fd4a02f0bff 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="BSD GPL-2" |