diff options
author | Sam James <sam@gentoo.org> | 2022-03-02 03:42:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-02 03:42:05 +0000 |
commit | fea7d98b579efa23db1bfe5d7960d4a1c576f656 (patch) | |
tree | 288b703468cba920f220707c7fe9b4fad30abc4b /net-analyzer | |
parent | app-forensics/aflplusplus: Stabilize 4.00c amd64, #834453 (diff) | |
download | gentoo-fea7d98b579efa23db1bfe5d7960d4a1c576f656.tar.gz gentoo-fea7d98b579efa23db1bfe5d7960d4a1c576f656.tar.bz2 gentoo-fea7d98b579efa23db1bfe5d7960d4a1c576f656.zip |
net-analyzer/tcpreplay: Stabilize 4.4.1 amd64, #834459
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild index 35febc8f8703..c888c55d41bb 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.4.1.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.4.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 S="${WORKDIR}"/${P/_/-} |