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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A47B2158020 for ; Thu, 13 Oct 2022 23:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F29DFE08F0; Thu, 13 Oct 2022 23:04:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5374E08F0 for ; Thu, 13 Oct 2022 23:04:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD65D341053 for ; Thu, 13 Oct 2022 23:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4F8602 for ; Thu, 13 Oct 2022 23:04:30 +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: <1665702193.0896fd72a09a7366ffb07d9e8fbc431e20f98ba6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild X-VCS-Directories: net-analyzer/tcpreplay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0896fd72a09a7366ffb07d9e8fbc431e20f98ba6 X-VCS-Branch: master Date: Thu, 13 Oct 2022 23:04:30 +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: 1eb5d744-b7e1-43e5-bc2d-ab1d49cc0e05 X-Archives-Hash: 8f2a6faa64561ace53826532cd73243f commit: 0896fd72a09a7366ffb07d9e8fbc431e20f98ba6 Author: Sam James gentoo org> AuthorDate: Thu Oct 13 23:03:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 13 23:03:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0896fd72 net-analyzer/tcpreplay: Stabilize 4.4.2 x86, #877033 Signed-off-by: Sam James gentoo.org> net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild index c0738cb35991..aebdcc9142d9 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.2.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/_/-}