From: Robin H. Johnson Date: Sat, 2 Nov 2019 19:08:36 +0000 (-0700) Subject: net-mail/checkpassword: fix FILESDIR rename X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af9a4dafd073b4b41fde54568bfe9efaae716bf5;p=gentoo.git net-mail/checkpassword: fix FILESDIR rename Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Robin H. Johnson Fixes: https://bugs.gentoo.org/699138 Fixes: https://bugs.gentoo.org/699140 --- 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() {