commit: c1685fb03860a334e92fa63e35f0d272ecab9a26 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Aug 5 07:15:34 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Aug 5 07:23:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1685fb0
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 <AT> gentoo.org> net-misc/curl/curl-9999.ebuild | 4 ++-- 1 file 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
