commit: ba4acec2a906a7f7cc2c593e58eb04b36a8c889e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 05:26:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 05:26:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4acec2
app-text/dictd: fix EAPI 8 port
Thanks to ionen for reporting.
Fixes: f45e8d10b4724c111fdb61446be1b4595dff99ab
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/dictd/dictd-1.13.0-r6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-text/dictd/dictd-1.13.0-r6.ebuild
b/app-text/dictd/dictd-1.13.0-r6.ebuild
index b6118af1bde0..24de03a69b3b 100644
--- a/app-text/dictd/dictd-1.13.0-r6.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r6.ebuild
@@ -54,6 +54,7 @@ PATCHES=(
src_prepare() {
default
+ sed -i -e 's:configure.in:configure.ac:' Makefile.in || die
eautoreconf
}