aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-03-24 12:04:23 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-03-24 12:04:23 -0400
commitae55a82e334d90ac803802aff0e272f138b134e9 (patch)
tree38491150deb120e7ff3981489cb3e9666163a65b
parentAdjust firefox-46.0_beta1 to use new gtk3-default logic (diff)
downloadmozilla-ae55a82e.tar.gz
mozilla-ae55a82e.tar.bz2
mozilla-ae55a82e.zip
add missing use deps to python for virtualenv build
-rw-r--r--eclass/mozcoreconf-v3.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozcoreconf-v3.eclass b/eclass/mozcoreconf-v3.eclass
index 9588ce2a..5060c738 100644
--- a/eclass/mozcoreconf-v3.eclass
+++ b/eclass/mozcoreconf-v3.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
#
@@ -13,7 +13,7 @@
if [[ ! ${_MOZCORECONF_V3} ]]; then
PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads,sqlite'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
inherit multilib flag-o-matic python-any-r1 versionator
@@ -103,7 +103,7 @@ moz_pkgsetup() {
}
# @FUNCTION: mozconfig_init
-# @DESCRIPTION
+# @DESCRIPTION:
# Initialize mozilla configuration and populate with core settings.
# This should be called in src_configure before any other mozconfig_* functions.
mozconfig_init() {