diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-08 14:21:24 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-08 14:21:24 +0200 |
commit | 35e111dacfa625477e3b3a5c19745783fe7cb8b0 (patch) | |
tree | 4351957341a162f73f040cd34b19ab985cb6098e /games-emulation | |
parent | net-misc/dropbox: add 150.4.5000 (diff) | |
download | gentoo-35e111dacfa625477e3b3a5c19745783fe7cb8b0.tar.gz gentoo-35e111dacfa625477e3b3a5c19745783fe7cb8b0.tar.bz2 gentoo-35e111dacfa625477e3b3a5c19745783fe7cb8b0.zip |
games-emulation/mgba: Keyword 0.9.3-r1 ppc64, #849794
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.9.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.9.3-r1.ebuild b/games-emulation/mgba/mgba-0.9.3-r1.ebuild index f2e1ddb6dd3b..92f2ac4813da 100644 --- a/games-emulation/mgba/mgba-0.9.3-r1.ebuild +++ b/games-emulation/mgba/mgba-0.9.3-r1.ebuild @@ -14,7 +14,7 @@ else MY_PV="${PV/_beta/-b}" SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" [[ "${PV}" == *_beta* ]] || \ - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-${MY_PV}" fi LICENSE="MPL-2.0" |