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>
This commit is contained in:
Sam James
2024-09-30 04:05:06 +01:00
parent cda74e1d24
commit 693f8439aa

View File

@@ -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