From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7696113829C for ; Tue, 7 Jun 2016 03:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DDED21C012; Tue, 7 Jun 2016 03:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5AE7121C012 for ; Tue, 7 Jun 2016 03:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BA0E9340BDA for ; Tue, 7 Jun 2016 03:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666F5334 for ; Tue, 7 Jun 2016 03:20:49 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1465269638.0ac2252bc7315dd36ecb16dad495387cc8b007c0.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/wine-1.9.5-r1.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 0ac2252bc7315dd36ecb16dad495387cc8b007c0 X-VCS-Branch: master Date: Tue, 7 Jun 2016 03:20:49 +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: 85c05b9c-ed94-4a40-be72-30ce6c9aa2a0 X-Archives-Hash: 66ed016341be55c389696e7327b906fa commit: 0ac2252bc7315dd36ecb16dad495387cc8b007c0 Author: Austin English gentoo org> AuthorDate: Tue Jun 7 03:18:47 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue Jun 7 03:20:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac2252b app-emulation/wine: remove extraneous whitespace Package-Manager: portage-2.2.28 app-emulation/wine/wine-1.9.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine/wine-1.9.5-r1.ebuild b/app-emulation/wine/wine-1.9.5-r1.ebuild index ec15380..1634fd4 100644 --- a/app-emulation/wine/wine-1.9.5-r1.ebuild +++ b/app-emulation/wine/wine-1.9.5-r1.ebuild @@ -186,7 +186,7 @@ wine_build_environment_check() { return 1 fi fi - + if use abi_x86_64 && einfo "Checking for builtin_ms_va_list ..." && \ ( $(tc-getCC) -O2 "${FILESDIR}"/builtin_ms_va_list.c -o "${T}"/builtin_ms_va_list >/dev/null 2>&1) ; then einfo "$(tc-getCC) supports builtin_ms_va_list, enabling 64-bit wine"