diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-02-03 16:13:39 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-02-03 17:52:02 +0100 |
commit | 04d7b39f4cae5dd04ce42ab7edef6c65449e7024 (patch) | |
tree | de87215137d3847efe19c79df194439f3624df3a /net-analyzer | |
parent | dev-db/sqlitestudio: Drop 3.0.7 (diff) | |
download | gentoo-04d7b39f4cae5dd04ce42ab7edef6c65449e7024.tar.gz gentoo-04d7b39f4cae5dd04ce42ab7edef6c65449e7024.tar.bz2 gentoo-04d7b39f4cae5dd04ce42ab7edef6c65449e7024.zip |
net-analyzer/tcpreplay: Stable for AMD64 x86 too.
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild index 1dfd57b11cd6..3d0c5b4f1d7a 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ LICENSE="BSD GPL-3" SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.xz -> ${P}.tar.xz" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="debug pcapnav +tcpdump" DEPEND=" |