net-firewall/nftables: enable USE=gmp by default, bug #634586
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 18 Oct 2017 05:33:03 +0000 (06:33 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 18 Oct 2017 05:33:14 +0000 (06:33 +0100)
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

index 8ea3783bb5c49ee63ccd458af0e83748f4ca01a4..8f0ddbe29ca5ebd467a58dbb2dd49b12eab0e179 100644 (file)
@@ -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= )