Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl/
Date: Wed, 01 Feb 2017 07:37:34
Message-Id: 1485934636.d04686792b3e2bc050896ea14d79812cffd7730e.grobian@gentoo
1 commit: d04686792b3e2bc050896ea14d79812cffd7730e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:36:48 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 07:37:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0468679
7
8 media-libs/libsdl: revert nasm usage to same set as before, bug #607634
9
10 Package-Manager: portage-2.3.3
11
12 media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
16 index 56cb5e3..35f1e42 100644
17 --- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
18 +++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
19 @@ -79,7 +79,7 @@ src_prepare() {
20
21 multilib_src_configure() {
22 local myconf=
23 - if [[ $(tc-arch) != "x86" ]] ; then
24 + if use !x86 && use !x86-linux ; then
25 myconf="${myconf} --disable-nasm"
26 else
27 myconf="${myconf} --enable-nasm"