From 4f0f796c71ddcd90815f07219b77bec32c7e1c34 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 18 Oct 2017 06:33:03 +0100 Subject: net-firewall/nftables: enable USE=gmp by default, bug #634586 nftables uses mini-gmp in USE=-gmp mode. Use system's gmp by default. This workarounds #634586 build failure by default but does not fix underlying problem of mini-gmp incopleteness. Bug: https://bugs.gentoo.org/634586 Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- net-firewall/nftables/nftables-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-firewall') diff --git a/net-firewall/nftables/nftables-0.8.ebuild b/net-firewall/nftables/nftables-0.8.ebuild index 8ea3783bb5c4..8f0ddbe29ca5 100644 --- a/net-firewall/nftables/nftables-0.8.ebuild +++ b/net-firewall/nftables/nftables-0.8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug doc gmp +readline" +IUSE="debug doc +gmp +readline" RDEPEND=">=net-libs/libmnl-1.0.3 gmp? ( dev-libs/gmp:0= ) -- cgit v1.2.3-65-gdbad