From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1612827-garchives=archives.gentoo.org@lists.gentoo.org>
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 312F7158041
	for <garchives@archives.gentoo.org>; Wed, 20 Mar 2024 10:32:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E59F5E29B7;
	Wed, 20 Mar 2024 10:32:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 BFD02E29B7
	for <gentoo-commits@lists.gentoo.org>; 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 C576433FE49
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2024 10:32:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D5AB31594
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2024 10:32:16 +0000 (UTC)
From: "Matt Jolly" <kangie@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, "Matt Jolly" <kangie@gentoo.org>
Message-ID: <1710930644.d3b7bceb47d6db5e7d29e3e08d53e80d492f26a6.kangie@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-client/google-chrome-unstable/google-chrome-unstable-124.0.6356.2.ebuild
X-VCS-Directories: www-client/google-chrome-unstable/
X-VCS-Committer: kangie
X-VCS-Committer-Name: Matt Jolly
X-VCS-Revision: d3b7bceb47d6db5e7d29e3e08d53e80d492f26a6
X-VCS-Branch: master
Date: Wed, 20 Mar 2024 10:32:16 +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: 0043f5e2-3017-41ad-96e0-807ba82c968e
X-Archives-Hash: 1ad965d10ea5e5658b10534291a0cbc0

commit:     d3b7bceb47d6db5e7d29e3e08d53e80d492f26a6
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 05:00:54 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 10:30:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b7bceb

www-client/google-chrome-unstable: Fix QA issues

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 .../google-chrome-unstable-124.0.6356.2.ebuild                    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-124.0.6356.2.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-124.0.6356.2.ebuild
index 5b526b663de8..dd9e9c497aea 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-124.0.6356.2.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-124.0.6356.2.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() {