diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 06:23:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 06:23:37 +0100 |
commit | a12ce816d5b31c7e325fc401d9ba387004b55e55 (patch) | |
tree | c947ad0d9cd438fd892b623fdefb8269ef6eb44b /net-analyzer/nfdump | |
parent | dev-perl/Net-Server: Stabilize 2.14.0 ppc64, #907571 (diff) | |
download | gentoo-a12ce816d5b31c7e325fc401d9ba387004b55e55.tar.gz gentoo-a12ce816d5b31c7e325fc401d9ba387004b55e55.tar.bz2 gentoo-a12ce816d5b31c7e325fc401d9ba387004b55e55.zip |
net-analyzer/nfdump: Stabilize 1.7.2 x86, #907577
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nfdump')
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.7.2.ebuild b/net-analyzer/nfdump/nfdump-1.7.2.ebuild index 8b1c7b15fed6..d610b9adb461 100644 --- a/net-analyzer/nfdump/nfdump-1.7.2.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow" REQUIRED_USE="?? ( jnat nsel )" |