commit:     af9a4dafd073b4b41fde54568bfe9efaae716bf5
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 19:08:36 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 19:08:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9a4daf

net-mail/checkpassword: fix FILESDIR rename

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Fixes: https://bugs.gentoo.org/699138
Fixes: https://bugs.gentoo.org/699140

 net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 4 ++--
 net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
index 7c7a9b94f12..5cd7a09218f 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -18,7 +18,7 @@ RESTRICT="mirror bindist"
 src_unpack() {
        unpack ${A}
        cd "${S}"
-       epatch "${FILESDIR}"/${PV}-errno.patch
+       epatch "${FILESDIR}"/${P}-errno.patch
        epatch "${FILESDIR}"/${PV}-head-1.patch
 
        use static && append-ldflags -static

diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
index 5029a6bdbee..1680029cd0a 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
@@ -18,7 +18,7 @@ RESTRICT="mirror bindist"
 PATCHES=(
        "${FILESDIR}"/${P}-errno.patch
        "${FILESDIR}"/${P}-exit.patch
-       "${FILESDIR}"/${P}-headers.diff
+       "${FILESDIR}"/${P}-headers.patch
 )
 
 src_prepare() {

Reply via email to