diff options
author | Sam James <sam@gentoo.org> | 2022-10-13 23:36:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 23:36:03 +0100 |
commit | 2f5bb830d853abf131b2a9686d225c7c2f40850e (patch) | |
tree | 3839f8dd0f4dc638762c20d96dbdad19471b3e43 /net-analyzer | |
parent | app-text/hunspell: Stabilize 1.7.1 amd64, #877029 (diff) | |
download | gentoo-2f5bb830d853abf131b2a9686d225c7c2f40850e.tar.gz gentoo-2f5bb830d853abf131b2a9686d225c7c2f40850e.tar.bz2 gentoo-2f5bb830d853abf131b2a9686d225c7c2f40850e.zip |
net-analyzer/tcpreplay: Stabilize 4.4.2 amd64, #877033
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild index 28758be51d1b..c0738cb35991 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.2.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.2.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/_/-} |