gnome-base/gnome-shell: remove double browser-plugin (nsplugin) arg passing to configure

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>
This commit is contained in:
Mart Raudsepp
2017-04-03 00:01:45 +03:00
parent 7e41c6c87f
commit c3b1b1f72d
2 changed files with 0 additions and 2 deletions

View 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) \

View 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) \