From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-900005-garchives=archives.gentoo.org@lists.gentoo.org> 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 16EF7138330 for <garchives@archives.gentoo.org>; Mon, 5 Sep 2016 04:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB9721C060; Mon, 5 Sep 2016 04:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D88D921C060 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2016 04:54:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC5D43406C2 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2016 04:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D8B246F for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2016 04:54:55 +0000 (UTC) From: "Mike Gilbert" <floppym@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, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1473051291.20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0.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-53.0.2785.92_beta.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0 X-VCS-Branch: master Date: Mon, 5 Sep 2016 04:54:55 +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-Archives-Salt: 38a8fd6b-f7b8-4d41-a45f-852fe12ec832 X-Archives-Hash: 2f15af440c6ca85e24c9edbc5c9f7953 commit: 20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Sep 5 04:54:51 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 04:54:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff55e7 www-plugins/chrome-binary-plugins: fix keywords Package-Manager: portage-2.3.0_p24 .../chrome-binary-plugins-53.0.2785.92_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild index 2757b38..54ba20f 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild @@ -31,7 +31,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" IUSE="+flash +widevine"