From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15BFD1396D9 for ; Wed, 18 Oct 2017 05:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4027C2BC02A; Wed, 18 Oct 2017 05:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FB402BC02A for ; Wed, 18 Oct 2017 05:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 731C833D4A6 for ; Wed, 18 Oct 2017 05:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF61D31A for ; Wed, 18 Oct 2017 05:33:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1508304794.4f0f796c71ddcd90815f07219b77bec32c7e1c34.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.8.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4f0f796c71ddcd90815f07219b77bec32c7e1c34 X-VCS-Branch: master Date: Wed, 18 Oct 2017 05:33:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6fa0170d-e96e-4451-95cf-affa01e49197 X-Archives-Hash: e7cc8bd490425d31b98aa17c31c1aa9f commit: 4f0f796c71ddcd90815f07219b77bec32c7e1c34 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 18 05:33:03 2017 +0000 Commit: Sergei Trofimovich gentoo 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= )