Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/, app-editors/teco/files/
Date: Fri, 23 Aug 2019 16:55:13
Message-Id: 1566579304.34f05f09c91bcfd0a10fc4194dc4450c5eebd64b.ulm@gentoo
1 commit: 34f05f09c91bcfd0a10fc4194dc4450c5eebd64b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 16:53:58 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 16:55:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f05f09
7
8 app-editors/teco: Rename patch file.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 .../teco/files/{teco-double-free.diff => teco-double-free.patch} | 0
14 app-editors/teco/teco-36_p19940820.ebuild | 2 +-
15 2 files changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/teco/files/teco-double-free.diff b/app-editors/teco/files/teco-double-free.patch
18 similarity index 100%
19 rename from app-editors/teco/files/teco-double-free.diff
20 rename to app-editors/teco/files/teco-double-free.patch
21
22 diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
23 index 5fad2b909c2..f46d3c23479 100644
24 --- a/app-editors/teco/teco-36_p19940820.ebuild
25 +++ b/app-editors/teco/teco-36_p19940820.ebuild
26 @@ -22,7 +22,7 @@ BDEPEND="virtual/pkgconfig"
27 S="${WORKDIR}"
28
29 PATCHES=(
30 - "${FILESDIR}"/${PN}-double-free.diff
31 + "${FILESDIR}"/${PN}-double-free.patch
32 "${FILESDIR}"/${PN}-gcc4.patch
33 "${FILESDIR}"/${PN}-warnings.patch
34 )