summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/tcpreplay/tcpreplay-4.5.1.ebuild2
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 4a2240e9cef4..3a5baddd5da3 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"