From: Fabian Groffen Date: Wed, 1 Feb 2017 07:36:48 +0000 (+0100) Subject: media-libs/libsdl: revert nasm usage to same set as before, bug #607634 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d04686792b3e2bc050896ea14d79812cffd7730e;p=gentoo.git media-libs/libsdl: revert nasm usage to same set as before, bug #607634 Package-Manager: portage-2.3.3 --- diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild index 56cb5e34e3f4..35f1e42267dd 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild @@ -79,7 +79,7 @@ src_prepare() { multilib_src_configure() { local myconf= - if [[ $(tc-arch) != "x86" ]] ; then + if use !x86 && use !x86-linux ; then myconf="${myconf} --disable-nasm" else myconf="${myconf} --enable-nasm"