public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
@ 2016-07-29 20:07 99% Mike Gilbert
  0 siblings, 0 replies; 1+ results
From: Mike Gilbert @ 2016-07-29 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     85bd6a2e4790671fd6adea1d973ff8ea1ac99ff2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 20:07:08 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 20:07:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bd6a2e

www-client/chromium: set target_arch=x32 when appropriate

Bug: https://bugs.gentoo.org/589978

Package-Manager: portage-2.3.0_p16

 www-client/chromium/chromium-53.0.2785.21.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-53.0.2785.21.ebuild b/www-client/chromium/chromium-53.0.2785.21.ebuild
index ad4ba42..efad06e 100644
--- a/www-client/chromium/chromium-53.0.2785.21.ebuild
+++ b/www-client/chromium/chromium-53.0.2785.21.ebuild
@@ -476,8 +476,13 @@ src_configure() {
 
 	local myarch="$(tc-arch)"
 	if [[ $myarch = amd64 ]] ; then
-		target_arch=x64
-		ffmpeg_target_arch=x64
+		if [[ ${ABI} == x32 ]]; then
+			target_arch=x32
+			ffmpeg_target_arch=x32
+		else
+			target_arch=x64
+			ffmpeg_target_arch=x64
+		fi
 	elif [[ $myarch = x86 ]] ; then
 		target_arch=ia32
 		ffmpeg_target_arch=ia32


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-07-29 20:07 99% [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox