diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-22 16:53:39 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-22 16:53:39 +0100 |
commit | 63705c21ee1e6c09268caa49eda397300b5f0e9a (patch) | |
tree | 25f5a494d79eed6b363ff798ba848254ff9320e8 /www-client | |
parent | net-misc/aria2: Bump to 1.29.0, fix respecting USE=ssh, minor cleanup (diff) | |
download | gentoo-63705c21ee1e6c09268caa49eda397300b5f0e9a.tar.gz gentoo-63705c21ee1e6c09268caa49eda397300b5f0e9a.tar.bz2 gentoo-63705c21ee1e6c09268caa49eda397300b5f0e9a.zip |
www-client/seamonkey: Stick with gtk2 as default for now.
Package-Manager: portage-2.3.2
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/metadata.xml | 2 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.46_pre6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml index 900039ce23a6..b14c1dd4e186 100644 --- a/www-client/seamonkey/metadata.xml +++ b/www-client/seamonkey/metadata.xml @@ -16,7 +16,7 @@ <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="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> - <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag> + <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag> <flag name="ipc">Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes</flag> <flag name="jemalloc">Enable or disable jemalloc</flag> diff --git a/www-client/seamonkey/seamonkey-2.46_pre6.ebuild b/www-client/seamonkey/seamonkey-2.46_pre6.ebuild index df0e5c99fbd9..b580144aa250 100644 --- a/www-client/seamonkey/seamonkey-2.46_pre6.ebuild +++ b/www-client/seamonkey/seamonkey-2.46_pre6.ebuild @@ -59,7 +59,7 @@ else " fi -MOZCONFIG_OPTIONAL_GTK2ONLY=1 +MOZCONFIG_OPTIONAL_GTK3=1 MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.49 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas-v2 |