commit:     4f0f796c71ddcd90815f07219b77bec32c7e1c34
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 05:33:03 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 05:33:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0f796c

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(-)

diff --git a/net-firewall/nftables/nftables-0.8.ebuild 
b/net-firewall/nftables/nftables-0.8.ebuild
index 8ea3783bb5c..8f0ddbe29ca 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= )

Reply via email to