commit: a2b25786b7c58d2390bbeb2b5a231e54f71caaf6 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Thu Mar 17 11:47:45 2022 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Thu Mar 17 11:48:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b25786
dev-lang/perl: fix patch name for 5.34.1 on prefix Bug: https://bugs.gentoo.org/818172 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> dev-lang/perl/perl-5.34.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.34.1.ebuild b/dev-lang/perl/perl-5.34.1.ebuild index dcab908c52e9..126d1d65308c 100644 --- a/dev-lang/perl/perl-5.34.1.ebuild +++ b/dev-lang/perl/perl-5.34.1.ebuild @@ -397,7 +397,7 @@ src_prepare() { # "https://bugs.debian.org/869122" "https://bugs.gentoo.org/634162" if use prefix ; then - add_patch "${FILESDIR}/${P}"-fallback-getcwd-pwd.patch "0102-5.34.0-fallback-get-cwd-pwd.patch"\ + add_patch "${FILESDIR}/${PN}"-5.34.0-fallback-getcwd-pwd.patch "0102-5.34.0-fallback-get-cwd-pwd.patch"\ "Fix installation during Prefix bootstrap (finding 'pwd' from coreutils)"\ "https://bugs.gentoo.org/818172" fi
