From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1294078-garchives=archives.gentoo.org@lists.gentoo.org> 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 39D821382C5 for <garchives@archives.gentoo.org>; Wed, 16 Jun 2021 01:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D236E08FF; Wed, 16 Jun 2021 01:34:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E74EEE08FF for <gentoo-commits@lists.gentoo.org>; Wed, 16 Jun 2021 01:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 527B6340EA7 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Jun 2021 01:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52D97A1 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Jun 2021 01:34:22 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1623807234.9c60f686d350f72a1ed9b000adb8161227de21fa.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-92.0.4515.51.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9c60f686d350f72a1ed9b000adb8161227de21fa X-VCS-Branch: master Date: Wed, 16 Jun 2021 01:34:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e84397d9-bcb4-481f-957e-2f45fb301527 X-Archives-Hash: 4efd219beacffe01020a80f5fb68e957 commit: 9c60f686d350f72a1ed9b000adb8161227de21fa Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Jun 16 01:16:34 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Jun 16 01:33:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c60f686 www-client/chromium: add ppc64le support to 92.0.4515.51 but no ~ppc64 keyword. Chromium is always unstable-keyworded on ppc64, we don't want users to get ver 92.x and use stable channel by default. users are welcome to accept-keywords 92.x branch for testing. Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> www-client/chromium/chromium-92.0.4515.51.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-92.0.4515.51.ebuild b/www-client/chromium/chromium-92.0.4515.51.ebuild index 744bf4df8d5..338eee1281c 100644 --- a/www-client/chromium/chromium-92.0.4515.51.ebuild +++ b/www-client/chromium/chromium-92.0.4515.51.ebuild @@ -15,10 +15,12 @@ DESCRIPTION="Open-source version of Google Chrome web browser" HOMEPAGE="https://chromium.org/" PATCHSET="6" PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}" +PPC64LE_PATCHSET="91-ppc64le-6" SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz - arm64? ( https://github.com/google/highway/archive/refs/tags/0.12.1.tar.gz -> highway-0.12.1.tar.gz )" + arm64? ( https://github.com/google/highway/archive/refs/tags/0.12.1.tar.gz -> highway-0.12.1.tar.gz ) + ppc64? ( https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-${PPC64LE_PATCHSET}.tar.xz )" LICENSE="BSD" SLOT="0" @@ -243,6 +245,8 @@ src_prepare() { ) fi + use ppc64 && eapply -p0 "${WORKDIR}/${PN}"-ppc64le + default mkdir -p third_party/node/linux/node-linux-x64/bin || die @@ -749,6 +753,9 @@ src_configure() { append-cxxflags -flax-vector-conversions fi + # highway/libjxl fail on ppc64 without extra patches, disable for now. + use ppc64 && myconf_gn+=" enable_jxl_decoder=false" + # Disable unknown warning message from clang. tc-is-clang && append-flags -Wno-unknown-warning-option