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 EEB23138334 for ; Fri, 13 Dec 2019 16:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C49E08F6; Fri, 13 Dec 2019 16:26:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CE49E08F6 for ; Fri, 13 Dec 2019 16:26:07 +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 8993E34D87D for ; Fri, 13 Dec 2019 16:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 920E58A7 for ; Fri, 13 Dec 2019 16:26:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1576254351.2abe37d63d6919f952431454e71a823902a2e44c.floppym@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-79.0.3945.79.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2abe37d63d6919f952431454e71a823902a2e44c X-VCS-Branch: master Date: Fri, 13 Dec 2019 16:26:04 +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: 5464ddb7-39e4-4324-84be-e31c6bfda6d0 X-Archives-Hash: 3418aa07dc6f5972c47830ec549bf7fb commit: 2abe37d63d6919f952431454e71a823902a2e44c Author: Mike Gilbert gentoo org> AuthorDate: Fri Dec 13 16:25:51 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Dec 13 16:25:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abe37d6 www-plugins/chrome-binary-plugins: restore stable keyword Closes: https://bugs.gentoo.org/698776 Package-Manager: Portage-2.3.80_p5, Repoman-2.3.19_p4 Signed-off-by: Mike Gilbert gentoo.org> .../chrome-binary-plugins/chrome-binary-plugins-79.0.3945.79.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.79.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.79.ebuild index 44a588dd47f..ff0c6e089ba 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.79.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.79.ebuild @@ -30,7 +30,7 @@ MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" LICENSE="google-chrome" RESTRICT="bindist mirror strip"