Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nfdump/
Date: Mon, 31 Oct 2022 16:41:41
Message-Id: 1667234467.19d97f5f43f579a595bf855928c6fa1d61b7bd8a.ago@gentoo
1 commit: 19d97f5f43f579a595bf855928c6fa1d61b7bd8a
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:40:33 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:41:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d97f5f
7
8 net-analyzer/nfdump: Stabilize 1.7.0.1 x86, #877039
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-analyzer/nfdump/nfdump-1.7.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild
16 index 3d187e837d08..d4302f132f6c 100644
17 --- a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild
18 +++ b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow"
26
27 REQUIRED_USE="?? ( jnat nsel )"