From: Ulrich Müller Date: Fri, 23 Aug 2019 16:53:58 +0000 (+0200) Subject: app-editors/teco: Rename patch file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=34f05f09c91bcfd0a10fc4194dc4450c5eebd64b;p=gentoo.git app-editors/teco: Rename patch file. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- diff --git a/app-editors/teco/files/teco-double-free.diff b/app-editors/teco/files/teco-double-free.patch similarity index 100% rename from app-editors/teco/files/teco-double-free.diff rename to app-editors/teco/files/teco-double-free.patch diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild index 5fad2b909c26..f46d3c234792 100644 --- a/app-editors/teco/teco-36_p19940820.ebuild +++ b/app-editors/teco/teco-36_p19940820.ebuild @@ -22,7 +22,7 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}" PATCHES=( - "${FILESDIR}"/${PN}-double-free.diff + "${FILESDIR}"/${PN}-double-free.patch "${FILESDIR}"/${PN}-gcc4.patch "${FILESDIR}"/${PN}-warnings.patch )