diff options
author | 2024-03-30 15:25:31 -0600 | |
---|---|---|
committer | 2024-04-02 07:45:41 +0200 | |
commit | cb93eec2680397b1d23ce8a38288b1cea590721f (patch) | |
tree | 5c9658043c495e7c5a43e2c76356417a99ec3c25 /dev-python/docutils/docutils-0.20.1-r1.ebuild | |
parent | dev-python/pywavelets: Bump to 1.6.0 (diff) | |
download | gentoo-cb93eec2680397b1d23ce8a38288b1cea590721f.tar.gz gentoo-cb93eec2680397b1d23ce8a38288b1cea590721f.tar.bz2 gentoo-cb93eec2680397b1d23ce8a38288b1cea590721f.zip |
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@rosenth.al>
Closes: https://github.com/gentoo/gentoo/pull/36005
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils/docutils-0.20.1-r1.ebuild')
-rw-r--r-- | dev-python/docutils/docutils-0.20.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |