Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
Date: Sun, 29 Jan 2017 18:01:36
Message-Id: 1485712858.effff3a0fbb838fb323066b851a5c800f9510c2d.anarchy@gentoo
1 commit: effff3a0fbb838fb323066b851a5c800f9510c2d
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 18:00:58 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 18:00:58 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=effff3a0
7
8 mail-client/thunderbird : Allow to build with rust for developers
9
10 mail-client/thunderbird/thunderbird-52.0_beta1.ebuild | 6 ++++--
11 1 file changed, 4 insertions(+), 2 deletions(-)
12
13 diff --git a/mail-client/thunderbird/thunderbird-52.0_beta1.ebuild b/mail-client/thunderbird/thunderbird-52.0_beta1.ebuild
14 index 1f30e13..24a5149 100644
15 --- a/mail-client/thunderbird/thunderbird-52.0_beta1.ebuild
16 +++ b/mail-client/thunderbird/thunderbird-52.0_beta1.ebuild
17 @@ -37,7 +37,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
18 KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
19 SLOT="0"
20 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
21 -IUSE="bindist hardened ldap lightning +minimal mozdom selinux"
22 +IUSE="bindist hardened ldap lightning +minimal mozdom rust selinux"
23 RESTRICT="!bindist? ( bindist )"
24
25 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCHFF}.tar.xz )
26 @@ -59,7 +59,8 @@ DEPEND="${CDEPEND}
27 amd64? ( ${ASM_DEPEND}
28 virtual/opengl )
29 x86? ( ${ASM_DEPEND}
30 - virtual/opengl )"
31 + virtual/opengl )
32 + rust? ( dev-lang/rust )"
33
34 RDEPEND="${CDEPEND}
35 selinux? ( sec-policy/selinux-thunderbird )
36 @@ -178,6 +179,7 @@ src_configure() {
37 mozconfig_annotate '' --with-user-appdir=.thunderbird
38
39 mozconfig_use_enable ldap
40 + mozconfig_use_enable rust
41
42 mozlinguas_mozconfig