diff options
Diffstat (limited to 'games-emulation/jollycv-jg/jollycv-jg-1.0.1.ebuild')
-rw-r--r-- | games-emulation/jollycv-jg/jollycv-jg-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/jollycv-jg/jollycv-jg-1.0.1.ebuild b/games-emulation/jollycv-jg/jollycv-jg-1.0.1.ebuild index a21ac89153a8..27a00eb01ea6 100644 --- a/games-emulation/jollycv-jg/jollycv-jg-1.0.1.ebuild +++ b/games-emulation/jollycv-jg/jollycv-jg-1.0.1.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" |