diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:58:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:58:04 +0200 |
commit | f9f7033e6cf489f8daf37de655b241f35df96ca7 (patch) | |
tree | 891b41a0d69857f863c94fe4de1de871a9be2145 /games-emulation | |
parent | media-libs/libjpeg-turbo: x86 stable wrt bug #812851 (diff) | |
download | gentoo-f9f7033e6cf489f8daf37de655b241f35df96ca7.tar.gz gentoo-f9f7033e6cf489f8daf37de655b241f35df96ca7.tar.bz2 gentoo-f9f7033e6cf489f8daf37de655b241f35df96ca7.zip |
games-emulation/mgba: x86 stable wrt bug #813088
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.9.2.ebuild b/games-emulation/mgba/mgba-0.9.2.ebuild index a9e24f62871c..86e9d68e5605 100644 --- a/games-emulation/mgba/mgba-0.9.2.ebuild +++ b/games-emulation/mgba/mgba-0.9.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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" S="${WORKDIR}/${PN}-${MY_PV}" fi LICENSE="MPL-2.0" |