summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-11-02 12:08:36 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2019-11-02 12:08:39 -0700
commitaf9a4dafd073b4b41fde54568bfe9efaae716bf5 (patch)
tree70fbe094825815ef80c2f732e4fe2336303081d1
parentapp-emulation/wine-staging: Drop old (diff)
downloadgentoo-af9a4dafd073b4b41fde54568bfe9efaae716bf5.tar.gz
gentoo-af9a4dafd073b4b41fde54568bfe9efaae716bf5.tar.bz2
gentoo-af9a4dafd073b4b41fde54568bfe9efaae716bf5.zip
net-mail/checkpassword: fix FILESDIR rename
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://bugs.gentoo.org/699138 Fixes: https://bugs.gentoo.org/699140
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r2.ebuild4
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r4.ebuild2
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 7c7a9b94f127..5cd7a09218fc 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 5029a6bdbeeb..1680029cd0a6 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() {