diff options
author | Sam James <sam@gentoo.org> | 2020-07-21 22:27:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-21 22:27:46 +0000 |
commit | 18f44c139bc973e1f7041c290c459ae239b26726 (patch) | |
tree | cedae49ca4ea7fb28bfd43b37dd45b1f430a68af /games-emulation | |
parent | app-xemacs/ebuild-mode: Version bump to 1.51. (diff) | |
download | gentoo-18f44c139bc973e1f7041c290c459ae239b26726.tar.gz gentoo-18f44c139bc973e1f7041c290c459ae239b26726.tar.bz2 gentoo-18f44c139bc973e1f7041c290c459ae239b26726.zip |
games-emulation/mgba: arm64 keyworded (bug #730442)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.8.2.ebuild b/games-emulation/mgba/mgba-0.8.2.ebuild index be2689f439b2..b94cca7aa9cc 100644 --- a/games-emulation/mgba/mgba-0.8.2.ebuild +++ b/games-emulation/mgba/mgba-0.8.2.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" |