From a1e8967f0b4dee19ebe7be443083eeefa42e792b Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 4 Mar 2023 09:37:41 +0200 Subject: net-analyzer/tcpreplay: Stabilize 4.4.3 x86, #899402 Signed-off-by: Arthur Zamarin --- net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild index 8808ce145db6..98be0bac5446 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~sparc ~x86" + KEYWORDS="amd64 ~arm ~sparc x86" fi S="${WORKDIR}"/${P/_/-} -- cgit v1.2.3-65-gdbad