diff options
author | 2012-12-10 16:58:54 +0000 | |
---|---|---|
committer | 2012-12-10 16:58:54 +0000 | |
commit | 8005c1a7a150e62174c1dd226b840d68b4026fc4 (patch) | |
tree | 4d08916d4bb38073e7215b6f1cbbbcd3d3f1a453 /www-client/seamonkey | |
parent | Drop ppc64 keyword due to unkeyworded required dependencies. Remove unused lo... (diff) | |
download | gentoo-2-8005c1a7a150e62174c1dd226b840d68b4026fc4.tar.gz gentoo-2-8005c1a7a150e62174c1dd226b840d68b4026fc4.tar.bz2 gentoo-2-8005c1a7a150e62174c1dd226b840d68b4026fc4.zip |
Removed jit USE flag
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.14-r1.ebuild | 7 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.14.1.ebuild | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index ee03509c55cb..d4f05dc6cbe1 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.416 2012/12/04 07:55:27 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.417 2012/12/10 16:58:54 polynomial-c Exp $ + + 10 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.14-r1.ebuild, + seamonkey-2.14.1.ebuild: + Removed jit USE flag. 04 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.14.1.ebuild: Use latest ff patchset. diff --git a/www-client/seamonkey/seamonkey-2.14-r1.ebuild b/www-client/seamonkey/seamonkey-2.14-r1.ebuild index c42866d6ac14..1e6f275a8723 100644 --- a/www-client/seamonkey/seamonkey-2.14-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14-r1.ebuild,v 1.3 2012/12/03 08:19:22 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14-r1.ebuild,v 1.4 2012/12/10 16:58:54 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -47,7 +47,7 @@ fi SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="+alsa +chatzilla +crypt gstreamer +ipc +jit +roaming system-sqlite +webm" +IUSE="+alsa +chatzilla +crypt gstreamer +ipc +roaming system-sqlite +webm" SRC_URI+="${SRC_URI} ${MOZ_FTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 -> ${P}.source.tar.bz2 @@ -223,9 +223,6 @@ src_configure() { mozconfig_use_enable gstreamer mozconfig_use_enable system-sqlite - # Both methodjit and tracejit conflict with PaX - mozconfig_use_enable jit methodjit - mozconfig_use_enable jit tracejit # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/seamonk" \ diff --git a/www-client/seamonkey/seamonkey-2.14.1.ebuild b/www-client/seamonkey/seamonkey-2.14.1.ebuild index e0884d6c7c9a..b4f8f93f6cb9 100644 --- a/www-client/seamonkey/seamonkey-2.14.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14.1.ebuild,v 1.2 2012/12/04 07:55:27 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14.1.ebuild,v 1.3 2012/12/10 16:58:54 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -47,7 +47,7 @@ fi SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="+alsa +chatzilla +crypt gstreamer +ipc +jit +roaming system-sqlite +webm" +IUSE="+alsa +chatzilla +crypt gstreamer +ipc +roaming system-sqlite +webm" SRC_URI+="${SRC_URI} ${MOZ_FTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 -> ${P}.source.tar.bz2 @@ -223,9 +223,6 @@ src_configure() { mozconfig_use_enable gstreamer mozconfig_use_enable system-sqlite - # Both methodjit and tracejit conflict with PaX - mozconfig_use_enable jit methodjit - mozconfig_use_enable jit tracejit # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/seamonk" \ |