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-client/chromium/
Date: Sun, 05 Feb 2017 05:29:19
Message-Id: 1486272548.28820fb831d9074924d4dc8e2dc56022fcfbf70c.floppym@gentoo
1 commit: 28820fb831d9074924d4dc8e2dc56022fcfbf70c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 05:23:16 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 05:29:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28820fb8
7
8 www-client/chromium: don't install libwidevinecdm*.so
9
10 Bug: https://bugs.gentoo.org/608148
11 Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42
12
13 www-client/chromium/chromium-57.0.2987.21.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/www-client/chromium/chromium-57.0.2987.21.ebuild b/www-client/chromium/chromium-57.0.2987.21.ebuild
17 index f9ea586..a7caa9c 100644
18 --- a/www-client/chromium/chromium-57.0.2987.21.ebuild
19 +++ b/www-client/chromium/chromium-57.0.2987.21.ebuild
20 @@ -552,7 +552,6 @@ src_install() {
21 fi
22
23 doexe out/Release/chromedriver
24 - use widevine && doexe out/Release/libwidevinecdmadapter.so
25
26 # if ! use arm; then
27 # doexe out/Release/nacl_helper{,_bootstrap} || die
28 @@ -581,6 +580,11 @@ src_install() {
29 chromium_remove_language_paks
30 popd
31
32 + if use widevine; then
33 + # These will be provided by chrome-binary-plugins
34 + rm out/Release/libwidevinecdm*.so || die
35 + fi
36 +
37 insinto "${CHROMIUM_HOME}"
38 doins out/Release/*.bin
39 doins out/Release/*.pak