diff options
author | 2024-01-05 13:44:11 -0500 | |
---|---|---|
committer | 2024-01-06 21:29:04 +0200 | |
commit | aafa42a3bba445df19e525a24747d4013982417e (patch) | |
tree | 3207dc99f859da67539521adaa64cf74c13f2ea3 /dev-util | |
parent | games-emulation/prosystem-jg: Keyword 1.5.2 arm, #891201 (diff) | |
download | gentoo-aafa42a3bba445df19e525a24747d4013982417e.tar.gz gentoo-aafa42a3bba445df19e525a24747d4013982417e.tar.bz2 gentoo-aafa42a3bba445df19e525a24747d4013982417e.zip |
dev-util/rgbds: Keyword 0.6.1 arm, #891201
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-util')
-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 8a643cb45801..87cf24b0e1a2 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-2023 Gentoo Authors +# Copyright 2022-2024 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 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |