diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 03:11:48 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 03:11:48 +0000 |
commit | 07dc801fe92311aa7f7a56194c7fcada880c77c9 (patch) | |
tree | 998fd008d79ccf2dc49d9b415d405aa006edc413 /mail-client | |
parent | changed direct udev dependency to virtual/udev to support installation of eudev (diff) | |
download | gentoo-2-07dc801fe92311aa7f7a56194c7fcada880c77c9.tar.gz gentoo-2-07dc801fe92311aa7f7a56194c7fcada880c77c9.tar.bz2 gentoo-2-07dc801fe92311aa7f7a56194c7fcada880c77c9.zip |
Put them back again as the js engine needs them
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-17.0-r2.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 98b239e9ec30..340815f43b07 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.182 2012/12/10 18:08:00 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.183 2012/12/11 03:11:48 axs Exp $ + + 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> thunderbird-17.0-r2.ebuild: + Put them back again as the js engine needs them 10 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> thunderbird-17.0-r2.ebuild: diff --git a/mail-client/thunderbird/thunderbird-17.0-r2.ebuild b/mail-client/thunderbird/thunderbird-17.0-r2.ebuild index 42881ae34a09..f04638f98759 100644 --- a/mail-client/thunderbird/thunderbird-17.0-r2.ebuild +++ b/mail-client/thunderbird/thunderbird-17.0-r2.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/mail-client/thunderbird/thunderbird-17.0-r2.ebuild,v 1.2 2012/12/10 18:08:00 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0-r2.ebuild,v 1.3 2012/12/11 03:11:48 axs Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -34,7 +34,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist gconf +crypt +ipc ldap +lightning +minimal mozdom selinux" +IUSE="bindist gconf +crypt +jit +ipc ldap +lightning +minimal mozdom selinux" PATCH="thunderbird-17.0-patches-01" PATCHFF="firefox-17.0-patches-0.3" @@ -58,8 +58,8 @@ RDEPEND=">=sys-devel/binutils-2.16.1 >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 + kernel_linux? ( media-libs/alsa-lib ) >=media-libs/libvpx-1.0.0 - elibc_glibc? ( media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) @@ -199,6 +199,9 @@ src_configure() { mozconfig_use_enable lightning calendar mozconfig_use_enable gconf mozconfig_use_enable ldap + # Features know to cause problems with hardened. + mozconfig_use_enable jit methodjit + mozconfig_use_enable jit tracejit # Bug #72667 if use mozdom; then |