Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
Date: Fri, 29 Jul 2016 21:34:22
Message-Id: 1469828051.8d3dae7362b2cf9824c83c86296a7a64d555ccc7.floppym@gentoo
1 commit: 8d3dae7362b2cf9824c83c86296a7a64d555ccc7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 21:33:12 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 21:34:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3dae73
7
8 Revert "www-client/chromium: set target_arch=x32 when appropriate"
9
10 This reverts commit 85bd6a2e4790671fd6adea1d973ff8ea1ac99ff2.
11
12 x32 isn't really supported, so let's not pretend here.
13
14 www-client/chromium/chromium-53.0.2785.21.ebuild | 9 ++-------
15 1 file changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/www-client/chromium/chromium-53.0.2785.21.ebuild b/www-client/chromium/chromium-53.0.2785.21.ebuild
18 index efad06e..ad4ba42 100644
19 --- a/www-client/chromium/chromium-53.0.2785.21.ebuild
20 +++ b/www-client/chromium/chromium-53.0.2785.21.ebuild
21 @@ -476,13 +476,8 @@ src_configure() {
22
23 local myarch="$(tc-arch)"
24 if [[ $myarch = amd64 ]] ; then
25 - if [[ ${ABI} == x32 ]]; then
26 - target_arch=x32
27 - ffmpeg_target_arch=x32
28 - else
29 - target_arch=x64
30 - ffmpeg_target_arch=x64
31 - fi
32 + target_arch=x64
33 + ffmpeg_target_arch=x64
34 elif [[ $myarch = x86 ]] ; then
35 target_arch=ia32
36 ffmpeg_target_arch=ia32