diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:37 +0300 |
commit | 5f2ab1d5f38d49858e093dbca52a7af44b0fc0b8 (patch) | |
tree | a0f8079909664c1bc848d5dff04921491388a264 /games-emulation | |
parent | games-emulation/gambatte-jg: Keyword 0.5.1 x86, #891201 (diff) | |
download | gentoo-5f2ab1d5f38d49858e093dbca52a7af44b0fc0b8.tar.gz gentoo-5f2ab1d5f38d49858e093dbca52a7af44b0fc0b8.tar.bz2 gentoo-5f2ab1d5f38d49858e093dbca52a7af44b0fc0b8.zip |
games-emulation/geolith-jg: Keyword 0.1.0 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-emulation')
-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 daf25c09ef6d..51ab1585f115 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 ~arm64" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="BSD MIT" |