Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/
Date: Tue, 29 Jan 2019 11:31:54
Message-Id: 1548761468.ea9b6a751aa68ea68b9e6021c336a8c63a715c3e.polynomial-c@gentoo
1 commit: ea9b6a751aa68ea68b9e6021c336a8c63a715c3e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 11:31:08 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 11:31:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9b6a75
7
8 games-emulation/mgba: Version 0.6.3 stable for amd64 and x86.
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-emulation/mgba/mgba-0.6.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/mgba/mgba-0.6.3.ebuild b/games-emulation/mgba/mgba-0.6.3.ebuild
17 index c4859e9bec5..fa5245675b2 100644
18 --- a/games-emulation/mgba/mgba-0.6.3.ebuild
19 +++ b/games-emulation/mgba/mgba-0.6.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="MPL-2.0"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32 IUSE="debug ffmpeg imagemagick libav opengl qt5 +sdl"
33 REQUIRED_USE="|| ( qt5 sdl )
34 qt5? ( opengl )"