From 070443680170053d86b5ac97e19aaff55e20d668 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 27 Jan 2020 13:31:32 +0100 Subject: games-emulation/mgba: Synced live ebuild Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Lars Wendler --- games-emulation/mgba/mgba-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index 035f986d3021..3543aa68ebf8 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ else fi LICENSE="MPL-2.0" SLOT="0" -IUSE="debug elf ffmpeg imagemagick libav opengl qt5 +sdl sqlite" +IUSE="debug elf ffmpeg libav opengl qt5 +sdl sqlite" REQUIRED_USE="|| ( qt5 sdl ) qt5? ( opengl )" @@ -31,7 +31,6 @@ RDEPEND=" libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:= ) ) - imagemagick? ( media-gfx/imagemagick:= ) opengl? ( virtual/opengl ) qt5? ( dev-qt/qtcore:5 @@ -76,7 +75,6 @@ src_configure() { -DUSE_GDB_STUB="$(usex debug)" -DUSE_LIBZIP=OFF -DUSE_LZMA=OFF - -DUSE_MAGICK="$(usex imagemagick)" -DUSE_MINIZIP=ON -DUSE_PNG=ON -DUSE_SQLITE3="$(usex sqlite)" -- cgit v1.2.3-65-gdbad