diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:31 +0200 |
commit | 612be78d235fb6288c62f4a6880a3db6cf5f45b2 (patch) | |
tree | e483ad7043b953f83a816b4fb429698d561bf895 /net-analyzer/tcpreplay | |
parent | sys-process/numactl: Stabilize 2.0.16 ppc64, #899372 (diff) | |
download | gentoo-612be78d235fb6288c62f4a6880a3db6cf5f45b2.tar.gz gentoo-612be78d235fb6288c62f4a6880a3db6cf5f45b2.tar.bz2 gentoo-612be78d235fb6288c62f4a6880a3db6cf5f45b2.zip |
net-analyzer/tcpreplay: Stabilize 4.4.3 amd64, #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 f953a68c1c37..8808ce145db6 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/_/-} |