diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-04 15:40:10 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-04 15:40:59 +0200 |
commit | a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2 (patch) | |
tree | b12c278c178ef7fd86420029da39fec3abc7c3ab /games-emulation/mgba | |
parent | games-emulation/mgba: Bump to version 0.8.3 (diff) | |
download | gentoo-a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2.tar.gz gentoo-a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2.tar.bz2 gentoo-a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2.zip |
games-emulation/mgba: Synced live ebuild
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index be2689f439b2..b94cca7aa9cc 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.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 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" S="${WORKDIR}/${PN}-${MY_PV}" fi LICENSE="MPL-2.0" |