commit: cb93eec2680397b1d23ce8a38288b1cea590721f Author: Jack Rosenthal <jack <AT> rosenth <DOT> al> AuthorDate: Sat Mar 30 21:25:31 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 2 05:45:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb93eec2
dev-python/docutils: Add --no-datestamp to documentation build Datestamps cause the build to be non-reproducible and are of little use. Adding --no-datestamp here causes binpkgs to be equivalent when built multiple times. Signed-off-by: Jack Rosenthal <jack <AT> rosenth.al> Closes: https://github.com/gentoo/gentoo/pull/36005 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/docutils/docutils-0.20.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docutils/docutils-0.20.1-r1.ebuild b/dev-python/docutils/docutils-0.20.1-r1.ebuild index cca31d549b55..b1eb658a351b 100644 --- a/dev-python/docutils/docutils-0.20.1-r1.ebuild +++ b/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 }
