diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-18 06:33:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-18 06:33:14 +0100 |
commit | 4f0f796c71ddcd90815f07219b77bec32c7e1c34 (patch) | |
tree | b40aaf2d8e9deaaa1c47deec3e4693dd43bcc7de /net-firewall | |
parent | dev-libs/wayland-protocols: version bump to 1.11 (diff) | |
download | gentoo-4f0f796c71ddcd90815f07219b77bec32c7e1c34.tar.gz gentoo-4f0f796c71ddcd90815f07219b77bec32c7e1c34.tar.bz2 gentoo-4f0f796c71ddcd90815f07219b77bec32c7e1c34.zip |
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
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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= ) |