From b8440a18be21b83fe8f8ff6c4aa4c1bf2cebdcf4 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Wed, 23 Mar 2016 19:02:17 -0400 Subject: [PATCH] mozcoreconf-v3.eclass - add missing USE flags to PYTHON_REQ_USE to fix build issues Bug: http://bugs.gentoo.org/578134 --- eclass/mozcoreconf-v3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozcoreconf-v3.eclass b/eclass/mozcoreconf-v3.eclass index 62751ba82dc1d..5060c7385c0a4 100644 --- a/eclass/mozcoreconf-v3.eclass +++ b/eclass/mozcoreconf-v3.eclass @@ -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