gnome-base/gnome-shell: remove double browser-plugin (nsplugin) arg passing to configure
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 21:01:45 +0000 (00:01 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 21:01:51 +0000 (00:01 +0300)
There was a --enable-browser-plugin followed by $(use_enable nsplugin browser-plugin), making
the first extraneous and not effective. No end result changes, just cosmetics to avoid confusion.

Thanks-to: Matt Turner <mattst88@gentoo.org>

gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild

index f84962db8c1baed4205df8df29bc8f8cf9fdf9fa..9356bfbbad26094399d2fc6edaed6257a968bec9 100644 (file)
@@ -133,7 +133,6 @@ src_prepare() {
 src_configure() {
        # Do not error out on warnings
        gnome2_src_configure \
-               --enable-browser-plugin \
                --enable-man \
                $(use_enable !openrc-force systemd) \
                $(use_with bluetooth) \
index ab476dccc846414f80aa3dcda012f7fbcbb502ca..d1526e08e8f59c9b8580d87a77089966a43968a4 100644 (file)
@@ -132,7 +132,6 @@ src_prepare() {
 src_configure() {
        # Do not error out on warnings
        gnome2_src_configure \
-               --enable-browser-plugin \
                --enable-man \
                $(use_enable !openrc-force systemd) \
                $(use_with bluetooth) \