Try to emerge [ebuild N ] net-firewall/nftables-0.9.1 USE="gmp modern_kernel readline -debug -json -python -static-libs" PYTHON_TARGETS="python3_6 -python3_5 -python3_7" configure: error: a2x not found, please install asciidoc Installing [ebuild N ] app-text/asciidoc-8.6.10_p20181016 USE="-examples -graphviz -highlight -test" PYTHON_SINGLE_TARGET="python3_6 -pypy3 -python3_5 -python3_7" PYTHON_TARGETS="python3_6 -pypy3 -python3_5 -python3_7" helped. Apply use flag like "doc" is second solution (--disable-man-doc).
I have prepared a pull request that should fix this issue. Prometheanfire, can you check it and merge it?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4624aec145476efcb4ee04eab239d7dc45710a commit 3c4624aec145476efcb4ee04eab239d7dc45710a Author: Francisco Blas (klondike) Izquierdo Riera <klondike@gentoo.org> AuthorDate: 2019-06-29 23:08:30 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2019-06-30 01:56:59 +0000 net-firewall/nftables: add doc and xtables USE flags This commit adds some fixes on the 0.9.1 package: * Adds the doc USE flag to control building of the man pages * Adds the app-text/asciidoc when building the man pages * Adds the xtables USE flag for better compatibility with iptables-compat * Adds the net-firewall/iptables dependency when using the xtables flag I have chosen +doc, xtables for better compatibility with prior versions. Also whilst man pages generally make sense, the xtables USE isn't needed on pure nftables setups which are the recommended approach. Closes: https://bugs.gentoo.org/688952 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> net-firewall/nftables/metadata.xml | 2 ++ net-firewall/nftables/nftables-0.9.1.ebuild | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-)