Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/files/
Date: Mon, 07 Sep 2020 22:00:41
Message-Id: 1599516033.b1d035cdcadb8e9c825198c32193b7ebe9914aae.slyfox@gentoo
1 commit: b1d035cdcadb8e9c825198c32193b7ebe9914aae
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 7 19:12:11 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 22:00:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d035cd
7
8 dev-lang/nasm: remove unused patch
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17456
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch | 15 ---------------
16 1 file changed, 15 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 76c1790da20..00000000000
21 --- a/dev-lang/nasm/files/nasm-2.13.03-bsd-cp-doc.patch
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -Avoid 'cp -u' as it's not portable.
25 -
26 -In this case we can unconditionally copy files.
27 -
28 -Reported-by: Michał Górny
29 -Bug: https://bugs.gentoo.org/655444
30 -diff --git a/doc/Makefile.in b/doc/Makefile.in
31 -index 261a791..bc9da1e 100644
32 ---- a/doc/Makefile.in
33 -+++ b/doc/Makefile.in
34 -@@ -28,3 +28,3 @@ RM_RF = rm -rf
35 - CP_F = cp -f
36 --CP_UF = cp -ufv
37 -+CP_UF = cp -fv
38 -