commit: b1d035cdcadb8e9c825198c32193b7ebe9914aae Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Sep 7 19:12:11 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 22:00:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d035cd
dev-lang/nasm: remove unused patch Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17456 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch | 15 --------------- 1 file changed, 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 76c1790da20..00000000000 --- 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 -