commit: 44a8cbbc7192cae93972fd48ce0124f20f88756b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Oct 29 17:12:16 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Oct 29 19:13:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a8cbbc
dev-tcltk/expect: fix patching on macos Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39149 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/expect/expect-5.45.4-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/expect/expect-5.45.4-r5.ebuild b/dev-tcltk/expect/expect-5.45.4-r5.ebuild index a2aab5a54025..c57397472f44 100644 --- a/dev-tcltk/expect/expect-5.45.4-r5.ebuild +++ b/dev-tcltk/expect/expect-5.45.4-r5.ebuild @@ -39,7 +39,7 @@ src_prepare() { # fix install_name on darwin [[ ${CHOST} == *-darwin* ]] && \ - eapply "${FILESDIR}"/${P}-darwin-install_name.patch + eapply "${FILESDIR}"/${PN}-5.45-darwin-install_name.patch mv configure.{in,ac} || die
