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: Mon, 27 Jan 2020 12:31:57
Message-Id: 1580128309.070443680170053d86b5ac97e19aaff55e20d668.polynomial-c@gentoo
1 commit: 070443680170053d86b5ac97e19aaff55e20d668
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 12:31:32 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 12:31:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07044368
7
8 games-emulation/mgba: Synced live ebuild
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-emulation/mgba/mgba-9999.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
17 index 035f986d302..3543aa68ebf 100644
18 --- a/games-emulation/mgba/mgba-9999.ebuild
19 +++ b/games-emulation/mgba/mgba-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,7 +19,7 @@ else
27 fi
28 LICENSE="MPL-2.0"
29 SLOT="0"
30 -IUSE="debug elf ffmpeg imagemagick libav opengl qt5 +sdl sqlite"
31 +IUSE="debug elf ffmpeg libav opengl qt5 +sdl sqlite"
32 REQUIRED_USE="|| ( qt5 sdl )
33 qt5? ( opengl )"
34
35 @@ -31,7 +31,6 @@ RDEPEND="
36 libav? ( media-video/libav:= )
37 !libav? ( media-video/ffmpeg:= )
38 )
39 - imagemagick? ( media-gfx/imagemagick:= )
40 opengl? ( virtual/opengl )
41 qt5? (
42 dev-qt/qtcore:5
43 @@ -76,7 +75,6 @@ src_configure() {
44 -DUSE_GDB_STUB="$(usex debug)"
45 -DUSE_LIBZIP=OFF
46 -DUSE_LZMA=OFF
47 - -DUSE_MAGICK="$(usex imagemagick)"
48 -DUSE_MINIZIP=ON
49 -DUSE_PNG=ON
50 -DUSE_SQLITE3="$(usex sqlite)"