commit:     2acf5d231f30e7fa82fb7fb88cf99f8bd6e4f2db
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 21:29:21 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 18 21:29:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acf5d23

www-client/chromium: drop gconf USE flag

Bug: https://bugs.gentoo.org/576712
Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

 www-client/chromium/chromium-60.0.3100.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-client/chromium/chromium-60.0.3100.0.ebuild 
b/www-client/chromium/chromium-60.0.3100.0.ebuild
index f5678c6ae9d..3d2bc0139c0 100644
--- a/www-client/chromium/chromium-60.0.3100.0.ebuild
+++ b/www-client/chromium/chromium-60.0.3100.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="component-build cups gconf gnome-keyring +gtk3 +hangouts kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
+IUSE="component-build cups gnome-keyring +gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -37,7 +37,6 @@ COMMON_DEPEND="
        dev-libs/nspr:=
        >=dev-libs/nss-3.14.3:=
        >=dev-libs/re2-0.2016.05.01:=
-       gconf? ( >=gnome-base/gconf-2.24.0:= )
        gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
        >=media-libs/alsa-lib-1.0.19:=
        media-libs/fontconfig:=
@@ -388,7 +387,7 @@ src_configure() {
        myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true 
false)"
        myconf_gn+=" enable_widevine=$(usex widevine true false)"
        myconf_gn+=" use_cups=$(usex cups true false)"
-       myconf_gn+=" use_gconf=$(usex gconf true false)"
+       myconf_gn+=" use_gconf=false"
        myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)"
        myconf_gn+=" use_gtk3=$(usex gtk3 true false)"
        myconf_gn+=" use_kerberos=$(usex kerberos true false)"

Reply via email to