commit:     28820fb831d9074924d4dc8e2dc56022fcfbf70c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 05:23:16 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 05:29:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28820fb8

www-client/chromium: don't install libwidevinecdm*.so

Bug: https://bugs.gentoo.org/608148
Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42

 www-client/chromium/chromium-57.0.2987.21.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-57.0.2987.21.ebuild 
b/www-client/chromium/chromium-57.0.2987.21.ebuild
index f9ea586..a7caa9c 100644
--- a/www-client/chromium/chromium-57.0.2987.21.ebuild
+++ b/www-client/chromium/chromium-57.0.2987.21.ebuild
@@ -552,7 +552,6 @@ src_install() {
        fi
 
        doexe out/Release/chromedriver
-       use widevine && doexe out/Release/libwidevinecdmadapter.so
 
        # if ! use arm; then
        #       doexe out/Release/nacl_helper{,_bootstrap} || die
@@ -581,6 +580,11 @@ src_install() {
        chromium_remove_language_paks
        popd
 
+       if use widevine; then
+               # These will be provided by chrome-binary-plugins
+               rm out/Release/libwidevinecdm*.so || die
+       fi
+
        insinto "${CHROMIUM_HOME}"
        doins out/Release/*.bin
        doins out/Release/*.pak

Reply via email to