games-emulation/mgba: Synced live ebuild
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 27 Jan 2020 12:31:32 +0000 (13:31 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 27 Jan 2020 12:31:49 +0000 (13:31 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
games-emulation/mgba/mgba-9999.ebuild

index 035f986d30213124ec34571fb07fe13de6286c70..3543aa68ebf8e624001f279b4ffdf6cd8aed96e5 100644 (file)
@@ -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)"