diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 04:19:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 04:19:42 +0100 |
commit | 914773b46d508237ea99ff65a3fb311db9ba59fa (patch) | |
tree | 5a86900ffe4c2813d693f3ab4a4bafa2e8aaff3d /dev-util/rgbds | |
parent | games-emulation/prosystem-jg: Keyword 1.5.2 arm64, #891201 (diff) | |
download | gentoo-914773b46d508237ea99ff65a3fb311db9ba59fa.tar.gz gentoo-914773b46d508237ea99ff65a3fb311db9ba59fa.tar.bz2 gentoo-914773b46d508237ea99ff65a3fb311db9ba59fa.zip |
dev-util/rgbds: Keyword 0.6.1 arm64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/rgbds')
-rw-r--r-- | dev-util/rgbds/rgbds-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rgbds/rgbds-0.6.1.ebuild b/dev-util/rgbds/rgbds-0.6.1.ebuild index 9245f4deb4f2..f3fd206b2fe6 100644 --- a/dev-util/rgbds/rgbds-0.6.1.ebuild +++ b/dev-util/rgbds/rgbds-0.6.1.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 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://github.com/gbdev/${PN}.git" else SRC_URI="https://github.com/gbdev/${PN}/archive/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="ZLIB" |