From d04686792b3e2bc050896ea14d79812cffd7730e Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 1 Feb 2017 08:36:48 +0100 Subject: media-libs/libsdl: revert nasm usage to same set as before, bug #607634 Package-Manager: portage-2.3.3 --- media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/libsdl/libsdl-1.2.15-r9.ebuild') 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" -- cgit v1.2.3-65-gdbad