commit:     d04686792b3e2bc050896ea14d79812cffd7730e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 07:36:48 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 07:37:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0468679

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(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild 
b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
index 56cb5e3..35f1e42 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"

Reply via email to