Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/
Date: Mon, 05 Sep 2016 04:55:00
Message-Id: 1473051291.20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0.floppym@gentoo
1 commit: 20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 04:54:51 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 04:54:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff55e7
7
8 www-plugins/chrome-binary-plugins: fix keywords
9
10 Package-Manager: portage-2.3.0_p24
11
12 .../chrome-binary-plugins-53.0.2785.92_beta.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 2757b38..54ba20f 100644
17 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
18 +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
19 @@ -31,7 +31,7 @@ MY_PN="google-chrome-${SLOT}"
20 MY_P="${MY_PN}_${MY_PV}"
21
22 SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb"
23 -KEYWORDS="-* amd64"
24 +KEYWORDS="-* ~amd64"
25
26 LICENSE="google-chrome"
27 IUSE="+flash +widevine"