commit: c3b1b1f72d31eac87ee87da9f2004b8a8fff2b12
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 21:01:45 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 21:01:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b1b1f7
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 <AT> gentoo.org>
gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild | 1 -
gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
b/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
index f84962db8c1..9356bfbbad2 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
@@ -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) \
diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
index ab476dccc84..d1526e08e8f 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
@@ -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) \