From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8D5015808B for ; Mon, 30 Sep 2024 04:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0674E2A52; Mon, 30 Sep 2024 04:31:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69A6E2A56 for ; Mon, 30 Sep 2024 04:31:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6953431D5 for ; Mon, 30 Sep 2024 04:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1F1614CA for ; Mon, 30 Sep 2024 04:30:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1727670616.693f8439aa271b6ffcac4dc8a1499066eaa3bea9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/yersinia/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/yersinia/yersinia-0.8.2_p20221119.ebuild X-VCS-Directories: net-analyzer/yersinia/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 693f8439aa271b6ffcac4dc8a1499066eaa3bea9 X-VCS-Branch: master Date: Mon, 30 Sep 2024 04:30:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fee3ce0f-2e56-4471-b9ba-1c058092e49e X-Archives-Hash: 4c87320c6018964d4ef819229ec98b2c commit: 693f8439aa271b6ffcac4dc8a1499066eaa3bea9 Author: Sam James gentoo org> AuthorDate: Mon Sep 30 03:05:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 04:30:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693f8439 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 gentoo.org> 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 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