diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 04:19:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 04:19:43 +0100 |
commit | fce26699d1a163f2f51a527f44a58fa66b1e668a (patch) | |
tree | 41d7e2014aff6a8f5a88231813dd72868b9c1fd3 /games-emulation | |
parent | games-emulation/sameboy-jg: Keyword 0.15.8 arm64, #891201 (diff) | |
download | gentoo-fce26699d1a163f2f51a527f44a58fa66b1e668a.tar.gz gentoo-fce26699d1a163f2f51a527f44a58fa66b1e668a.tar.bz2 gentoo-fce26699d1a163f2f51a527f44a58fa66b1e668a.zip |
games-emulation/vecx-jg: Keyword 1.2.2 arm64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild b/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild index 8c06c33177c5..d41f8842e9b9 100644 --- a/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild +++ b/games-emulation/vecx-jg/vecx-jg-1.2.2.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="MIT" |