diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 10:22:12 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 10:22:12 +0000 |
commit | bce754df226a3e53d98328cbc95997179e70d6b7 (patch) | |
tree | 71400aa68117e9e02d5756923f6eaf05a85c6b8e /net-analyzer | |
parent | dev-python/pyscard: Stabilize 2.2.0 arm64, #943080 (diff) | |
download | gentoo-bce754df226a3e53d98328cbc95997179e70d6b7.tar.gz gentoo-bce754df226a3e53d98328cbc95997179e70d6b7.tar.bz2 gentoo-bce754df226a3e53d98328cbc95997179e70d6b7.zip |
net-analyzer/tcpreplay: Stabilize 4.5.1 x86, #942829
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.5.1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.5.1.ebuild index 3a5baddd5da3..04a08af9f376 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.5.1.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.5.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 LICENSE="BSD GPL-3" |