commit: b7913c0e487e05dc3e7053440eb7f205ee6faf17 Author: Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com> AuthorDate: Thu Jun 26 07:36:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 05:27:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7913c0e
net-analyzer/ippl: avoid autoconf deprecation warning Closes: https://bugs.gentoo.org/955112 Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42750 Closes: https://github.com/gentoo/gentoo/pull/42750 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/ippl/ippl-1.4.14-r7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/ippl/ippl-1.4.14-r7.ebuild b/net-analyzer/ippl/ippl-1.4.14-r7.ebuild index 1dea216cd792..e8fc3b4aee3b 100644 --- a/net-analyzer/ippl/ippl-1.4.14-r7.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14-r7.ebuild @@ -32,7 +32,8 @@ PATCHES=( src_prepare() { default - # bug https://bugs.gentoo.org/875665 + # bug #875665 + mv configure.in configure.ac || die eautoreconf }
