summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-09-07 21:12:11 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-07 23:00:33 +0100
commitb1d035cdcadb8e9c825198c32193b7ebe9914aae (patch)
tree89e37e80b78c964e1713904fd120b42ad217d5eb /dev-lang/nasm/files
parentdev-lang/spidermonkey: adjust required disk space (diff)
downloadgentoo-b1d035cdcadb8e9c825198c32193b7ebe9914aae.tar.gz
gentoo-b1d035cdcadb8e9c825198c32193b7ebe9914aae.tar.bz2
gentoo-b1d035cdcadb8e9c825198c32193b7ebe9914aae.zip
dev-lang/nasm: remove unused patch
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17456 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/nasm/files')
-rw-r--r--dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch b/dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch
deleted file mode 100644
index 76c1790da208..000000000000
--- a/dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Avoid 'cp -u' as it's not portable.
-
-In this case we can unconditionally copy files.
-
-Reported-by: Michał Górny
-Bug: https://bugs.gentoo.org/655444
-diff --git a/doc/Makefile.in b/doc/Makefile.in
-index 261a791..bc9da1e 100644
---- a/doc/Makefile.in
-+++ b/doc/Makefile.in
-@@ -28,3 +28,3 @@ RM_RF = rm -rf
- CP_F = cp -f
--CP_UF = cp -ufv
-+CP_UF = cp -fv
-