diff --git a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.20.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.20.1-r1.ebuild index cca31d549b..b1eb658a35 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.20.1-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/docutils/docutils-0.20.1-r1.ebuild @@ -33,7 +33,7 @@ python_compile_all() { cp docutils/writers/html4css1/html4css1.css . || die cd tools || die - "${EPYTHON}" buildhtml.py --input-encoding=utf-8 \ + "${EPYTHON}" buildhtml.py --input-encoding=utf-8 --no-datestamp \ --stylesheet-path=../html4css1.css, --traceback ../docs || die }