From 68a74045f98a51cfda6d42b3792cc41bb64356e2 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 8 Apr 2024 07:12:47 +0000 Subject: [PATCH] dev-python/docutils: Sync with Gentoo It's from Gentoo commit cb93eec2680397b1d23ce8a38288b1cea590721f. --- .../dev-python/docutils/docutils-0.20.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }