diff options
author | Sam James <sam@gentoo.org> | 2022-10-14 00:03:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-14 00:03:13 +0100 |
commit | 0896fd72a09a7366ffb07d9e8fbc431e20f98ba6 (patch) | |
tree | e6cab3a0d3f78caf55658e4d16e20d8ea050cb23 /net-analyzer/tcpreplay | |
parent | sys-libs/compiler-rt: Stabilize 14.0.6-r1 arm, #877045 (diff) | |
download | gentoo-0896fd72a09a7366ffb07d9e8fbc431e20f98ba6.tar.gz gentoo-0896fd72a09a7366ffb07d9e8fbc431e20f98ba6.tar.bz2 gentoo-0896fd72a09a7366ffb07d9e8fbc431e20f98ba6.zip |
net-analyzer/tcpreplay: Stabilize 4.4.2 x86, #877033
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/_/-} |