diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-29 12:31:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-29 12:31:08 +0100 |
commit | ea9b6a751aa68ea68b9e6021c336a8c63a715c3e (patch) | |
tree | 92513f6d1388858ef82c011f0a765eacdbd6f2d0 /games-emulation | |
parent | games-emulation/mgba: Bump to version 0.7.0 (diff) | |
download | gentoo-ea9b6a751aa68ea68b9e6021c336a8c63a715c3e.tar.gz gentoo-ea9b6a751aa68ea68b9e6021c336a8c63a715c3e.tar.bz2 gentoo-ea9b6a751aa68ea68b9e6021c336a8c63a715c3e.zip |
games-emulation/mgba: Version 0.6.3 stable for amd64 and x86.
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mgba/mgba-0.6.3.ebuild b/games-emulation/mgba/mgba-0.6.3.ebuild index c4859e9bec53..fa5245675b20 100644 --- a/games-emulation/mgba/mgba-0.6.3.ebuild +++ b/games-emulation/mgba/mgba-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug ffmpeg imagemagick libav opengl qt5 +sdl" REQUIRED_USE="|| ( qt5 sdl ) qt5? ( opengl )" |