summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-01-27 13:31:32 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-01-27 13:31:49 +0100
commit070443680170053d86b5ac97e19aaff55e20d668 (patch)
treeeb88f8e3a7e5d265e06dd3316859804f3a1846a1
parentgames-emulation/mgba: Bump to version 0.8.0. Removed old (diff)
downloadgentoo-070443680170053d86b5ac97e19aaff55e20d668.tar.gz
gentoo-070443680170053d86b5ac97e19aaff55e20d668.tar.bz2
gentoo-070443680170053d86b5ac97e19aaff55e20d668.zip
games-emulation/mgba: Synced live ebuild
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--games-emulation/mgba/mgba-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
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)"