diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-12-30 23:37:34 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-12-30 23:37:34 -0500 |
commit | c28fbfef49d2e0aaad0d8ccbe59c77f63339ce12 (patch) | |
tree | c06f1b0d5e5caa506d3025c50d10e2fb242597dc /www-client/google-chrome-unstable | |
parent | media-sound/pulseeffects: 3.2.3-r1 stable amd64 and x86 (diff) | |
download | gentoo-c28fbfef49d2e0aaad0d8ccbe59c77f63339ce12.tar.gz gentoo-c28fbfef49d2e0aaad0d8ccbe59c77f63339ce12.tar.bz2 gentoo-c28fbfef49d2e0aaad0d8ccbe59c77f63339ce12.zip |
www-client/google-chrome: drop obsolete plugins USE flag
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client/google-chrome-unstable')
-rw-r--r-- | www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild index 710495360327..241942e8c8f9 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild @@ -26,7 +26,6 @@ SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd LICENSE="google-chrome" SLOT="0" -IUSE="+plugins" RESTRICT="bindist mirror strip" DEPEND="" @@ -105,12 +104,6 @@ src_install() { chromium_remove_language_paks popd > /dev/null || die - if use plugins ; then - local plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins" - sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \ - -i "${CHROME_HOME}/${PN}" || die - fi - local suffix= [[ ${PN} == google-chrome-beta ]] && suffix=_beta [[ ${PN} == google-chrome-unstable ]] && suffix=_dev |