www-client/seamonkey: use mozconfig-v6.52
authorJory Pratt <anarchy@gentoo.org>
Wed, 25 Sep 2019 15:05:26 +0000 (10:05 -0500)
committerJory Pratt <anarchy@gentoo.org>
Wed, 25 Sep 2019 15:05:26 +0000 (10:05 -0500)
Closes: https://bugs.gentoo.org/694956
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
www-client/seamonkey/metadata.xml
www-client/seamonkey/seamonkey-2.49.5.ebuild

index 2256a85bb1705ccd1c5d6f6b3eb3d8b1f726b8dd..b240cff91141c484988106a7ed003a2daef917cd 100644 (file)
@@ -12,7 +12,6 @@
        <use>
                <flag name="calendar">Build Mozilla's calendar</flag>
                <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag>
-               <flag name="clang">Use Clang compiler instead of GCC</flag>
                <flag name="custom-optimization">Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
                <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag>
                <flag name="force-gtk3">Use the cairo-gtk3 rendering engine</flag>
index e15e13a1e7e1bc802ff5297b7b8b541ffc7795c9..42817d46f0a1e4370888d1ea5e4f7db0d2241cee 100644 (file)
@@ -41,7 +41,8 @@ fi
 MOZCONFIG_OPTIONAL_WIFI=1
 MOZ_GENERATE_LANGPACKS=1
 MOZ_L10N_SOURCEDIR="${S}/${P}-l10n"
-inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.60 pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2
+MOZCONFIG_OPTIONAL_GTK3=enabled
+inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.52 pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2
 
 PATCH="${PN}-2.49.5-patches-01"