diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 09:37:41 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 09:37:41 +0200 |
commit | a1e8967f0b4dee19ebe7be443083eeefa42e792b (patch) | |
tree | 38c60008c206f87700827a1fd80aea18ad1493a0 /net-analyzer/tcpreplay | |
parent | sys-apps/x86info: Stabilize 1.31 x86, #899368 (diff) | |
download | gentoo-a1e8967f0b4dee19ebe7be443083eeefa42e792b.tar.gz gentoo-a1e8967f0b4dee19ebe7be443083eeefa42e792b.tar.bz2 gentoo-a1e8967f0b4dee19ebe7be443083eeefa42e792b.zip |
net-analyzer/tcpreplay: Stabilize 4.4.3 x86, #899402
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/_/-} |