From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA3CB158041 for ; Wed, 20 Mar 2024 10:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E21E29B9; Wed, 20 Mar 2024 10:32:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABC6FE29B4 for ; Wed, 20 Mar 2024 10:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5AD133FE60 for ; Wed, 20 Mar 2024 10:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C383C1593 for ; Wed, 20 Mar 2024 10:32:16 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1710930644.810796c4551bb32fe3c446fc66b52e731ececadc.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild X-VCS-Directories: www-client/google-chrome-beta/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 810796c4551bb32fe3c446fc66b52e731ececadc X-VCS-Branch: master Date: Wed, 20 Mar 2024 10:32:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce4b22fa-cb4c-4612-83d5-0d63de609569 X-Archives-Hash: bf504ae04df0e4c70145d3ba5b85b20b commit: 810796c4551bb32fe3c446fc66b52e731ececadc Author: Matt Jolly gentoo org> AuthorDate: Wed Mar 20 05:00:04 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Mar 20 10:30:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810796c4 www-client/google-chrome-beta: Fix QA issues Signed-off-by: Matt Jolly gentoo.org> .../google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild b/www-client/google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild index 5b526b663de8..dd9e9c497aea 100644 --- a/www-client/google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild +++ b/www-client/google-chrome-beta/google-chrome-beta-123.0.6312.46.ebuild @@ -18,15 +18,16 @@ else MY_PN=${PN} fi -KEYWORDS="-* ~amd64" - MY_P="${MY_PN}_${PV}-1" - SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +S=${WORKDIR} LICENSE="google-chrome" SLOT="0" +KEYWORDS="-* ~amd64" + IUSE="qt5 qt6 selinux" + RESTRICT="bindist mirror strip" RDEPEND=" @@ -73,7 +74,6 @@ RDEPEND=" QA_PREBUILT="*" QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop" -S=${WORKDIR} CHROME_HOME="opt/google/chrome${PN#google-chrome}" pkg_nofetch() {