From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE3EC139085 for ; Wed, 1 Feb 2017 07:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA33BE0D0A; Wed, 1 Feb 2017 07:37:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C64C9E0D0A for ; Wed, 1 Feb 2017 07:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F08EB340EF6 for ; Wed, 1 Feb 2017 07:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FBED3CF8 for ; Wed, 1 Feb 2017 07:37:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1485934636.d04686792b3e2bc050896ea14d79812cffd7730e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl/libsdl-1.2.15-r9.ebuild X-VCS-Directories: media-libs/libsdl/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d04686792b3e2bc050896ea14d79812cffd7730e X-VCS-Branch: master Date: Wed, 1 Feb 2017 07:37:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29a9e2df-8581-4de2-9340-4c66fc3980b5 X-Archives-Hash: 6a33ff2497796f19995fb459a126cdea commit: d04686792b3e2bc050896ea14d79812cffd7730e Author: Fabian Groffen gentoo org> AuthorDate: Wed Feb 1 07:36:48 2017 +0000 Commit: Fabian Groffen gentoo 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"