diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:39 +0300 |
commit | a96a3b7f2e11eb49ca9057d138061da932116c2c (patch) | |
tree | 1f397054af32b67f2cf601b2030df11168a89cf0 | |
parent | games-emulation/prosystem-jg: Keyword 1.5.2 x86, #891201 (diff) | |
download | gentoo-a96a3b7f2e11eb49ca9057d138061da932116c2c.tar.gz gentoo-a96a3b7f2e11eb49ca9057d138061da932116c2c.tar.bz2 gentoo-a96a3b7f2e11eb49ca9057d138061da932116c2c.zip |
dev-util/rgbds: Keyword 0.6.1 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-util/rgbds/rgbds-0.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rgbds/rgbds-0.6.1.ebuild b/dev-util/rgbds/rgbds-0.6.1.ebuild index f3fd206b2fe6..6b003f1b29ba 100644 --- a/dev-util/rgbds/rgbds-0.6.1.ebuild +++ b/dev-util/rgbds/rgbds-0.6.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 ~arm64" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="ZLIB" |