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 9B9CD1382C5 for ; Fri, 19 Mar 2021 18:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1FFE082B; Fri, 19 Mar 2021 18:27:56 +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 CE41DE082B for ; Fri, 19 Mar 2021 18:27:56 +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 E5C8C335C92 for ; Fri, 19 Mar 2021 18:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A0E4A5 for ; Fri, 19 Mar 2021 18:27:54 +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: <1616178470.164a1ad544d7603bf6dda51b2aa42de9b6181a49.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 164a1ad544d7603bf6dda51b2aa42de9b6181a49 X-VCS-Branch: master Date: Fri, 19 Mar 2021 18:27:54 +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: ab7d2aa9-3c40-491e-83cc-94516fb0650d X-Archives-Hash: b5834e4f21f69d5a2b45be6f575dde30 commit: 164a1ad544d7603bf6dda51b2aa42de9b6181a49 Author: Stephan Hartmann gentoo org> AuthorDate: Fri Mar 19 18:27:21 2021 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Fri Mar 19 18:27:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164a1ad5 www-plugins/chrome-binary-plugins: remove multiple KEYWORDS definitions Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Stephan Hartmann gentoo.org> .../chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild | 5 ++--- .../chrome-binary-plugins-90.0.4430.19_beta.ebuild | 5 ++--- .../chrome-binary-plugins-91.0.4442.4_alpha.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild index e86752b8720..2e17df9a130 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4389.90.ebuild @@ -13,22 +13,21 @@ case ${PV} in SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_alpha}-1 - KEYWORDS="-* ~amd64" ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" ;; *) SLOT="stable" CHROMEDIR="opt/google/chrome" MY_PV=${PV}-1 - KEYWORDS="-* amd64" ;; esac +KEYWORDS="-* amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild index e86752b8720..f301c0cb51d 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.19_beta.ebuild @@ -13,22 +13,21 @@ case ${PV} in SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_alpha}-1 - KEYWORDS="-* ~amd64" ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" ;; *) SLOT="stable" CHROMEDIR="opt/google/chrome" MY_PV=${PV}-1 - KEYWORDS="-* amd64" ;; esac +KEYWORDS="-* ~amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild index e86752b8720..f301c0cb51d 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4442.4_alpha.ebuild @@ -13,22 +13,21 @@ case ${PV} in SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_alpha}-1 - KEYWORDS="-* ~amd64" ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" ;; *) SLOT="stable" CHROMEDIR="opt/google/chrome" MY_PV=${PV}-1 - KEYWORDS="-* amd64" ;; esac +KEYWORDS="-* ~amd64" + MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}"