diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 11:02:37 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 11:02:37 +0000 |
commit | fc95b1d9bb5fd85de33d3d4289f554d2cdd5ec42 (patch) | |
tree | 476102e2eccb6dc17a796077102f6f407437f5b6 /net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild | |
parent | dev-libs/opensc: Stabilize 0.23.0-r1 amd64, #910086 (diff) | |
download | gentoo-fc95b1d9bb5fd85de33d3d4289f554d2cdd5ec42.tar.gz gentoo-fc95b1d9bb5fd85de33d3d4289f554d2cdd5ec42.tar.bz2 gentoo-fc95b1d9bb5fd85de33d3d4289f554d2cdd5ec42.zip |
net-analyzer/tcpreplay: Stabilize 4.4.4 x86, #910087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild index f953a68c1c37..1ccab7f37484 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.4.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.4.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/_/-} |