diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-17 10:58:47 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-17 11:12:35 +0100 |
commit | c7a01d73ac9f6591a578cfc08264637de4511fe7 (patch) | |
tree | 891a2a1547e277e0d719d92b5e1eddc6fe88b71d /games-emulation/mgba | |
parent | games-emulation/mgba: Bump to version 0.8.1 (diff) | |
download | gentoo-c7a01d73ac9f6591a578cfc08264637de4511fe7.tar.gz gentoo-c7a01d73ac9f6591a578cfc08264637de4511fe7.tar.bz2 gentoo-c7a01d73ac9f6591a578cfc08264637de4511fe7.zip |
games-emulation/mgba: Version 0.7.3 stable for amd64 and x86
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mgba/mgba-0.7.3.ebuild b/games-emulation/mgba/mgba-0.7.3.ebuild index 759399b0d4b9..9f37db304634 100644 --- a/games-emulation/mgba/mgba-0.7.3.ebuild +++ b/games-emulation/mgba/mgba-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git" else SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="MPL-2.0" SLOT="0" |