Skip to content

Commit c1685fb

Browse files
committed
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: curl/curl@8a9c227 Signed-off-by: Matt Jolly <kangie@gentoo.org>
1 parent 508591b commit c1685fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net-misc/curl/curl-9999.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ BDEPEND="
131131
verify-sig? ( sec-keys/openpgp-keys-danielstenberg )
132132
"
133133

134-
DOCS=( CHANGES README docs/{FEATURES.md,INTERNALS.md,FAQ,BUGS.md,CONTRIBUTE.md} )
134+
DOCS=( README docs/{FEATURES.md,INTERNALS.md,FAQ,BUGS.md,CONTRIBUTE.md} )
135135

136136
MULTILIB_WRAPPED_HEADERS=(
137137
/usr/include/curl/curlbuild.h
@@ -345,7 +345,7 @@ multilib_src_test() {
345345
# See https://github.com/curl/curl/blob/master/tests/runtests.pl#L5721
346346
# -n: no valgrind (unreliable in sandbox and doesn't work correctly on all arches)
347347
# -v: verbose
348-
# -a: keep going on failure (so we see everything which breaks, not just 1st test)
348+
# -a: keep going on failure (so we see everything that breaks, not just 1st test)
349349
# -k: keep test files after completion
350350
# -am: automake style TAP output
351351
# -p: print logs if test fails

0 commit comments

Comments
 (0)