From 693f8439aa271b6ffcac4dc8a1499066eaa3bea9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 30 Sep 2024 04:05:06 +0100 Subject: [PATCH] net-analyzer/yersinia: fix sed for USE=-gtk configure.in was renamed to configure.ac upstream. Closes: https://bugs.gentoo.org/940353 Signed-off-by: Sam James --- net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild b/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild index 3e07f8adbe01a..3dd4b4f768e5f 100644 --- a/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild +++ b/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild @@ -43,7 +43,7 @@ src_prepare() { if ! use gtk; then # bug #514802 - sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.in || die + sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.ac || die fi eautoreconf