From: Jory Pratt Date: Wed, 25 Sep 2019 15:05:26 +0000 (-0500) Subject: www-client/seamonkey: use mozconfig-v6.52 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c57630526c65034decd0c124f2d2d8eca5a5980d;p=gentoo.git www-client/seamonkey: use mozconfig-v6.52 Closes: https://bugs.gentoo.org/694956 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt --- diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml index 2256a85bb170..b240cff91141 100644 --- a/www-client/seamonkey/metadata.xml +++ b/www-client/seamonkey/metadata.xml @@ -12,7 +12,6 @@ Build Mozilla's calendar Build Mozilla's IRC client (default on) - Use Clang compiler instead of GCC Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles Use the cairo-gtk3 rendering engine diff --git a/www-client/seamonkey/seamonkey-2.49.5.ebuild b/www-client/seamonkey/seamonkey-2.49.5.ebuild index e15e13a1e7e1..42817d46f0a1 100644 --- a/www-client/seamonkey/seamonkey-2.49.5.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.5.ebuild @@ -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"