diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-02-01 08:36:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-02-01 08:37:16 +0100 |
commit | d04686792b3e2bc050896ea14d79812cffd7730e (patch) | |
tree | 264c6a710637afae21d368ce3698426d26e90321 /media-libs/libsdl | |
parent | app-text/mupdf: Require >=media-libs/openjpeg-2.1:2 (bug 607790, thanks Marcu... (diff) | |
download | gentoo-d04686792b3e2bc050896ea14d79812cffd7730e.tar.gz gentoo-d04686792b3e2bc050896ea14d79812cffd7730e.tar.bz2 gentoo-d04686792b3e2bc050896ea14d79812cffd7730e.zip |
media-libs/libsdl: revert nasm usage to same set as before, bug #607634
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |