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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 709D713835A for ; Fri, 19 Mar 2021 18:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 868EAE094F; Fri, 19 Mar 2021 18:25:28 +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 6E847E094F for ; Fri, 19 Mar 2021 18:25:28 +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 83D44335C92 for ; Fri, 19 Mar 2021 18:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C3305B8 for ; Fri, 19 Mar 2021 18:25:26 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1616178323.05f9b3a17130ee183fa3a5a1de8f99213faeb813.sultan@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-90.0.4430.19.ebuild X-VCS-Directories: www-client/google-chrome-beta/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 05f9b3a17130ee183fa3a5a1de8f99213faeb813 X-VCS-Branch: master Date: Fri, 19 Mar 2021 18:25:26 +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: e723f166-021c-4459-a427-9406cb6864aa X-Archives-Hash: 3adf674d9278a19001fd4f5e430e89de commit: 05f9b3a17130ee183fa3a5a1de8f99213faeb813 Author: Stephan Hartmann gentoo org> AuthorDate: Fri Mar 19 18:24:18 2021 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Fri Mar 19 18:25:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f9b3a1 www-client/google-chrome-beta: remove multiple KEYWORDS definitions Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Stephan Hartmann gentoo.org> www-client/google-chrome-beta/google-chrome-beta-90.0.4430.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.19.ebuild b/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.19.ebuild index 320b2ef94a5..0b6476f303a 100644 --- a/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.19.ebuild +++ b/www-client/google-chrome-beta/google-chrome-beta-90.0.4430.19.ebuild @@ -13,13 +13,13 @@ DESCRIPTION="The web browser from Google" HOMEPAGE="https://www.google.com/chrome" if [[ ${PN} == google-chrome ]]; then - KEYWORDS="-* amd64" MY_PN=${PN}-stable else - KEYWORDS="-* ~amd64" 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"