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: Fri, 05 Jan 2018 08:29:05
Message-Id: 1515140932.9849338378b0d161d2f49db4eb2e77f6515c746a.polynomial-c@gentoo
1 commit: 9849338378b0d161d2f49db4eb2e77f6515c746a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 08:28:32 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 08:28:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98493383
7
8 games-emulation/mgba: Version 0.6.1 stable for amd64 and x86.
9
10 Closes: https://bugs.gentoo.org/641196
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 games-emulation/mgba/mgba-0.6.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/mgba/mgba-0.6.1.ebuild b/games-emulation/mgba/mgba-0.6.1.ebuild
17 index 0df5f259bab..9bd4dc4f28c 100644
18 --- a/games-emulation/mgba/mgba-0.6.1.ebuild
19 +++ b/games-emulation/mgba/mgba-0.6.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
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 opengl qt5 +sdl"
33 REQUIRED_USE="|| ( qt5 sdl )
34 qt5? ( opengl )"