From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79931139694 for ; Sun, 2 Apr 2017 21:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639FBE0C7A; Sun, 2 Apr 2017 21:02:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 436E4E0C7A for ; Sun, 2 Apr 2017 21:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCD5533BEBE for ; Sun, 2 Apr 2017 21:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A4EC73E7 for ; Sun, 2 Apr 2017 21:02:40 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1491166911.c3b1b1f72d31eac87ee87da9f2004b8a8fff2b12.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c3b1b1f72d31eac87ee87da9f2004b8a8fff2b12 X-VCS-Branch: master Date: Sun, 2 Apr 2017 21:02:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 001cd99b-46c7-4b69-9fae-55252644784f X-Archives-Hash: 5bf36a9ad0a6682b033cd690d4a80912 commit: c3b1b1f72d31eac87ee87da9f2004b8a8fff2b12 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 2 21:01:45 2017 +0000 Commit: Mart Raudsepp gentoo 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 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) \