commit:     8d3dae7362b2cf9824c83c86296a7a64d555ccc7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 21:33:12 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 21:34:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3dae73

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

This reverts commit 85bd6a2e4790671fd6adea1d973ff8ea1ac99ff2.

x32 isn't really supported, so let's not pretend here.

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

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

Reply via email to