diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-19 23:16:45 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-19 23:18:21 +0200 |
commit | c18a9fed6c1b20240997b5f655902c0223073552 (patch) | |
tree | 0bc74d9da822eb71f36e102ae13273837c827a34 /games-emulation | |
parent | profiles: Mask net-nntp/pan for removal (diff) | |
download | gentoo-c18a9fed6c1b20240997b5f655902c0223073552.tar.gz gentoo-c18a9fed6c1b20240997b5f655902c0223073552.tar.bz2 gentoo-c18a9fed6c1b20240997b5f655902c0223073552.zip |
games-emulation/mgba: USE="debug" requires dev-libs/libedit
Closes: https://bugs.gentoo.org/769647
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.8.4-r1.ebuild (renamed from games-emulation/mgba/mgba-0.8.4.ebuild) | 1 | ||||
-rw-r--r-- | games-emulation/mgba/mgba-0.9.1-r1.ebuild (renamed from games-emulation/mgba/mgba-0.9.1.ebuild) | 1 | ||||
-rw-r--r-- | games-emulation/mgba/mgba-9999.ebuild | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.8.4.ebuild b/games-emulation/mgba/mgba-0.8.4-r1.ebuild index f6889f1582d2..cef008e8c593 100644 --- a/games-emulation/mgba/mgba-0.8.4.ebuild +++ b/games-emulation/mgba/mgba-0.8.4-r1.ebuild @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd ) diff --git a/games-emulation/mgba/mgba-0.9.1.ebuild b/games-emulation/mgba/mgba-0.9.1-r1.ebuild index 82e8d32e7713..a9e24f62871c 100644 --- a/games-emulation/mgba/mgba-0.9.1.ebuild +++ b/games-emulation/mgba/mgba-0.9.1-r1.ebuild @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd ) diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index e34b02d22965..a9e24f62871c 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd ) |