commit: 98a5a0a6031f5930ed54ba8305fc4faf694400b6 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Sep 2 16:53:46 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Sep 2 16:53:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=98a5a0a6
config/env_blacklist: add DOCS (bug 627106) DOCS is used by default_src_install. X-Gentoo-bug: 627106 X-Gentoo-bug-url: https://bugs.gentoo.org/627106 pym/portage/package/ebuild/_config/special_env_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym/portage/package/ebuild/_config/special_env_vars.py index 490b62d36..1753c8b92 100644 --- a/pym/portage/package/ebuild/_config/special_env_vars.py +++ b/pym/portage/package/ebuild/_config/special_env_vars.py @@ -14,7 +14,7 @@ import re # to enter the config instance from the external environment or # configuration files. env_blacklist = frozenset(( - "A", "AA", "CATEGORY", "DEPEND", "DESCRIPTION", "EAPI", + "A", "AA", "CATEGORY", "DEPEND", "DESCRIPTION", "DOCS", "EAPI", "EBUILD_FORCE_TEST", "EBUILD_PHASE", "EBUILD_PHASE_FUNC", "EBUILD_SKIP_MANIFEST", "ED", "EMERGE_FROM", "EPREFIX", "EROOT",
