commit: a3e6b84f13309d7d0c2f6131a2f97f5dc86ba001 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 16:02:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 27 16:02:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e6b84f
net-analyzer/nfdump: drop noop USE=static-libs Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild index 30fa987e0b4..9d2163c68d2 100644 --- a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/1.6.22" KEYWORDS="~amd64 ~x86" -IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow - static-libs" +IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow" + REQUIRED_USE="?? ( jnat nsel )" RDEPEND="
