diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:36 +0300 |
commit | d2f0bba1cb46abccfec6e8050dffcabf66ced0b1 (patch) | |
tree | 434e0306b021aa925443f0255c7afc0015254b36 /games-emulation/jgrf | |
parent | media-libs/jg: Keyword 1.0.0 x86, #891201 (diff) | |
download | gentoo-d2f0bba1cb46abccfec6e8050dffcabf66ced0b1.tar.gz gentoo-d2f0bba1cb46abccfec6e8050dffcabf66ced0b1.tar.bz2 gentoo-d2f0bba1cb46abccfec6e8050dffcabf66ced0b1.zip |
games-emulation/jgrf: Keyword 1.0.2-r1 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-emulation/jgrf')
-rw-r--r-- | games-emulation/jgrf/jgrf-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild b/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild index 0a61a63e408e..128854592176 100644 --- a/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild +++ b/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" else SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="BSD CC0-1.0 MIT ZLIB" |