From 73649de3d9793c425cc5b3e96936222e99cf513c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Jul 2020 08:00:29 +0200 Subject: games-emulation/mupen64plus-core: Add dep on nasm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/732674 Signed-off-by: Michał Górny --- games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games-emulation/mupen64plus-core') diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild index 99d93cc23581..21de520cdfe3 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r2.ebuild @@ -27,7 +27,9 @@ RDEPEND="media-libs/libpng:0= virtual/opengl:0= virtual/glu:0= )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + cpu_flags_x86_sse? ( dev-lang/nasm ) virtual/pkgconfig" REQUIRED_USE="gles2-only? ( !osd )" -- cgit v1.2.3-65-gdbad