summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-30 04:05:06 +0100
committerSam James <sam@gentoo.org>2024-09-30 05:30:16 +0100
commit693f8439aa271b6ffcac4dc8a1499066eaa3bea9 (patch)
treee7d2bda37dba4a67f0cceb332771cac6602e4c33 /net-analyzer
parentdev-python/yaxmldiff: Bump to 0.2.0 (diff)
downloadgentoo-693f8439aa271b6ffcac4dc8a1499066eaa3bea9.tar.gz
gentoo-693f8439aa271b6ffcac4dc8a1499066eaa3bea9.tar.bz2
gentoo-693f8439aa271b6ffcac4dc8a1499066eaa3bea9.zip
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 <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild b/net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild
index 3e07f8adbe01..3dd4b4f768e5 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