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: Thu, 20 Jul 2017 08:51:49
Message-Id: 1500540701.8293574ab30c85e2965fb2b7dd890b44841b8404.polynomial-c@gentoo
1 commit: 8293574ab30c85e2965fb2b7dd890b44841b8404
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 08:51:21 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 08:51:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8293574a
7
8 games-emulation/mgba: Version 0.5.2 stable for amd64.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 games-emulation/mgba/mgba-0.5.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild b/games-emulation/mgba/mgba-0.5.2.ebuild
16 index d70be6e1062..98352dd40e1 100644
17 --- a/games-emulation/mgba/mgba-0.5.2.ebuild
18 +++ b/games-emulation/mgba/mgba-0.5.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MPL-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="ffmpeg imagemagick opengl qt5 +sdl"
26 REQUIRED_USE="|| ( qt5 sdl )
27 qt5? ( opengl )"