Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Mon, 28 Mar 2016 14:58:00
Message-Id: 1458835463.ae55a82e334d90ac803802aff0e272f138b134e9.axs@gentoo
1 commit: ae55a82e334d90ac803802aff0e272f138b134e9
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 24 16:04:23 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 24 16:04:23 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ae55a82e
7
8 add missing use deps to python for virtualenv build
9
10 eclass/mozcoreconf-v3.eclass | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/eclass/mozcoreconf-v3.eclass b/eclass/mozcoreconf-v3.eclass
14 index 9588ce2..5060c73 100644
15 --- a/eclass/mozcoreconf-v3.eclass
16 +++ b/eclass/mozcoreconf-v3.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22 #
23 @@ -13,7 +13,7 @@
24 if [[ ! ${_MOZCORECONF_V3} ]]; then
25
26 PYTHON_COMPAT=( python2_7 )
27 -PYTHON_REQ_USE='threads,sqlite'
28 +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
29
30 inherit multilib flag-o-matic python-any-r1 versionator
31
32 @@ -103,7 +103,7 @@ moz_pkgsetup() {
33 }
34
35 # @FUNCTION: mozconfig_init
36 -# @DESCRIPTION
37 +# @DESCRIPTION:
38 # Initialize mozilla configuration and populate with core settings.
39 # This should be called in src_configure before any other mozconfig_* functions.
40 mozconfig_init() {