summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-01-20 19:57:40 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-01-20 19:57:58 +0100
commitc9956ab22b89a30b123b21dde55b9b9971c68dc4 (patch)
tree76ccb8b0ff5f247487d992904516f28fea49c105
parentsys-devel/crossdev: bump up to 20180120 (diff)
downloadgentoo-c9956ab22b89a30b123b21dde55b9b9971c68dc4.tar.gz
gentoo-c9956ab22b89a30b123b21dde55b9b9971c68dc4.tar.bz2
gentoo-c9956ab22b89a30b123b21dde55b9b9971c68dc4.zip
net-firewall/nftables: Adjusted dependency on net-libs/libnftnl.
Closes: https://bugs.gentoo.org/645144 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--net-firewall/nftables/nftables-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-0.8.1.ebuild b/net-firewall/nftables/nftables-0.8.1.ebuild
index 5658cb069dfd..a38042ed9a69 100644
--- a/net-firewall/nftables/nftables-0.8.1.ebuild
+++ b/net-firewall/nftables/nftables-0.8.1.ebuild
@@ -17,7 +17,7 @@ IUSE="debug doc +gmp +readline"
RDEPEND=">=net-libs/libmnl-1.0.3:0=
gmp? ( dev-libs/gmp:0= )
readline? ( sys-libs/readline:0= )
- >=net-libs/libnftnl-1.0.8:0="
+ >=net-libs/libnftnl-1.0.9:0="
DEPEND="${RDEPEND}
>=app-text/docbook2X-0.8.8-r4