Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/
Date: Wed, 02 Mar 2022 03:43:01
Message-Id: 1646192556.983f185bb39a20a9ce89d81c13d351312a10cb05.sam@gentoo
1 commit: 983f185bb39a20a9ce89d81c13d351312a10cb05
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 03:42:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 03:42:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983f185b
7
8 net-analyzer/tcpreplay: Stabilize 4.4.1 x86, #834459
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild
16 index c888c55d41bb..f3f9e2d4d05c 100644
17 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild
18 +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.xz"
23 - KEYWORDS="amd64 ~arm ~sparc ~x86"
24 + KEYWORDS="amd64 ~arm ~sparc x86"
25 fi
26
27 S="${WORKDIR}"/${P/_/-}