commit: cd70ed879dfbbcc3615978dcf3d07aacb57bae88
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 01:59:01 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 01:59:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd70ed87
dev-util/rgbds: keyword 0.9.1 and 9999 for ~riscv
Needed to test this and happen to be on a riscv machine. All tests pass.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-util/rgbds/rgbds-0.9.1.ebuild | 2 +-
dev-util/rgbds/rgbds-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/rgbds/rgbds-0.9.1.ebuild
b/dev-util/rgbds/rgbds-0.9.1.ebuild
index a95228116a06..b8fa6fbd2156 100644
--- a/dev-util/rgbds/rgbds-0.9.1.ebuild
+++ b/dev-util/rgbds/rgbds-0.9.1.ebuild
@@ -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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild
index 7f24c27d44dd..b8fa6fbd2156 100644
--- a/dev-util/rgbds/rgbds-9999.ebuild
+++ b/dev-util/rgbds/rgbds-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"