diff options
author | Sam James <sam@gentoo.org> | 2022-03-02 03:42:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-02 03:42:36 +0000 |
commit | 983f185bb39a20a9ce89d81c13d351312a10cb05 (patch) | |
tree | 8045f1f7ab22b5adb77e5b2e964e7e6d34a7e38a /net-analyzer/tcpreplay | |
parent | net-proxy/sshuttle: Stabilize 1.1.0 x86, #834452 (diff) | |
download | gentoo-983f185bb39a20a9ce89d81c13d351312a10cb05.tar.gz gentoo-983f185bb39a20a9ce89d81c13d351312a10cb05.tar.bz2 gentoo-983f185bb39a20a9ce89d81c13d351312a10cb05.zip |
net-analyzer/tcpreplay: Stabilize 4.4.1 x86, #834459
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild index c888c55d41bb..f3f9e2d4d05c 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.1.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/_/-} |