diff options
author | 2023-09-13 04:19:43 +0100 | |
---|---|---|
committer | 2023-09-13 04:19:43 +0100 | |
commit | 81b2a5130d9f5128c669dd1fd09859e72fad9781 (patch) | |
tree | 7b00798a09163f08363b9036a5ac50a401b30036 /games-emulation | |
parent | dev-util/rgbds: Keyword 0.6.1 arm64, #891201 (diff) | |
download | gentoo-81b2a5130d9f5128c669dd1fd09859e72fad9781.tar.gz gentoo-81b2a5130d9f5128c669dd1fd09859e72fad9781.tar.bz2 gentoo-81b2a5130d9f5128c669dd1fd09859e72fad9781.zip |
games-emulation/sameboy-jg: Keyword 0.15.8 arm64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild b/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild index 2a20f4b0419c..9ff11f703c28 100644 --- a/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild +++ b/games-emulation/sameboy-jg/sameboy-jg-0.15.8.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" |