diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-08-05 17:15:34 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-08-05 17:23:03 +1000 |
commit | c1685fb03860a334e92fa63e35f0d272ecab9a26 (patch) | |
tree | 9b32ccc9818880a62be9baacc0a450aa462b1d25 /net-misc | |
parent | net-misc/curl: add 8.9.1-r1 (diff) | |
download | gentoo-c1685fb03860a334e92fa63e35f0d272ecab9a26.tar.gz gentoo-c1685fb03860a334e92fa63e35f0d272ecab9a26.tar.bz2 gentoo-c1685fb03860a334e92fa63e35f0d272ecab9a26.zip |
net-misc/curl: drop CHANGES file from DOCS
The CHANGES file was generated and included in release tarballs,
but this broke reproducible builds and it has been droppped.
There is a replacement Markdown file but it only directs users
to the cURL website.
See: https://github.com/curl/curl/commit/8a9c22796b4dec022adf7ecc650807bb49a80a9c
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index 0e787dfac352..94d88b092468 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -131,7 +131,7 @@ BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-danielstenberg ) " -DOCS=( CHANGES README docs/{FEATURES.md,INTERNALS.md,FAQ,BUGS.md,CONTRIBUTE.md} ) +DOCS=( README docs/{FEATURES.md,INTERNALS.md,FAQ,BUGS.md,CONTRIBUTE.md} ) MULTILIB_WRAPPED_HEADERS=( /usr/include/curl/curlbuild.h @@ -345,7 +345,7 @@ multilib_src_test() { # See https://github.com/curl/curl/blob/master/tests/runtests.pl#L5721 # -n: no valgrind (unreliable in sandbox and doesn't work correctly on all arches) # -v: verbose - # -a: keep going on failure (so we see everything which breaks, not just 1st test) + # -a: keep going on failure (so we see everything that breaks, not just 1st test) # -k: keep test files after completion # -am: automake style TAP output # -p: print logs if test fails |