diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 04:19:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 04:19:38 +0100 |
commit | b008c725088dc411ae2147cb2492d54f381c2b99 (patch) | |
tree | 3929e0c9b3494315c23965d8ee496e0b540fa8c7 /games-emulation/geolith-jg | |
parent | games-emulation/gambatte-jg: Keyword 0.5.1 arm64, #891201 (diff) | |
download | gentoo-b008c725088dc411ae2147cb2492d54f381c2b99.tar.gz gentoo-b008c725088dc411ae2147cb2492d54f381c2b99.tar.bz2 gentoo-b008c725088dc411ae2147cb2492d54f381c2b99.zip |
games-emulation/geolith-jg: Keyword 0.1.0 arm64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/geolith-jg')
-rw-r--r-- | games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild index df45d534adcc..daf25c09ef6d 100644 --- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild +++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild @@ -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 MIT" |