diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-09-25 10:05:26 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-09-25 10:05:26 -0500 |
commit | c57630526c65034decd0c124f2d2d8eca5a5980d (patch) | |
tree | 06cb218d9dc04fb80b9b33c82725ab9732453db1 /www-client/seamonkey | |
parent | sys-apps/iproute2: fix build on musl (diff) | |
download | gentoo-c57630526c65034decd0c124f2d2d8eca5a5980d.tar.gz gentoo-c57630526c65034decd0c124f2d2d8eca5a5980d.tar.bz2 gentoo-c57630526c65034decd0c124f2d2d8eca5a5980d.zip |
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 <anarchy@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/metadata.xml | 1 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.49.5.ebuild | 3 |
2 files changed, 2 insertions, 2 deletions
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 @@ <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> 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" |