From b7913c0e487e05dc3e7053440eb7f205ee6faf17 Mon Sep 17 00:00:00 2001 From: Vladislav Mikhailikov Date: Thu, 26 Jun 2025 10:36:36 +0300 Subject: [PATCH] net-analyzer/ippl: avoid autoconf deprecation warning Closes: https://bugs.gentoo.org/955112 Signed-off-by: Vladislav Mikhailikov Part-of: https://github.com/gentoo/gentoo/pull/42750 Closes: https://github.com/gentoo/gentoo/pull/42750 Signed-off-by: Sam James --- 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 1dea216cd792f..e8fc3b4aee3b9 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 }