diff options
Diffstat (limited to 'dev-util/scons/scons-3.0.5-r1.ebuild')
-rw-r--r-- | dev-util/scons/scons-3.0.5-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/scons/scons-3.0.5-r1.ebuild b/dev-util/scons/scons-3.0.5-r1.ebuild index 5dba6c1f8dab..e7f2ac66479c 100644 --- a/dev-util/scons/scons-3.0.5-r1.ebuild +++ b/dev-util/scons/scons-3.0.5-r1.ebuild @@ -62,6 +62,8 @@ src_prepare() { } python_test() { + # set variable from escons() of scons-util.eclass to make env-passthrough patch work within test env + local -x GENTOO_SCONS_ENV_PASSTHROUGH=1 cd "${WORKDIR}/${P}" || die "${EPYTHON}" runtest.py -a --passed \ -j "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" \ |