diff options
author | Amy Winston <amynka@gentoo.org> | 2016-03-02 14:28:43 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-03-02 14:30:20 +0100 |
commit | e2292f284f0d6555827ce728e648a445fc74932e (patch) | |
tree | 8eafb3cd2557308f33f47eae76a6fdda3f628c4c /net-dns | |
parent | Add libressl support to many packages (diff) | |
download | gentoo-e2292f284f0d6555827ce728e648a445fc74932e.tar.gz gentoo-e2292f284f0d6555827ce728e648a445fc74932e.tar.bz2 gentoo-e2292f284f0d6555827ce728e648a445fc74932e.zip |
net-dns/knot: dev-db/lmdb dependency changed bug #576186
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/knot/knot-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/knot/knot-2.1.0.ebuild b/net-dns/knot/knot-2.1.0.ebuild index 5e244eae6b31..03ba6104d4b6 100644 --- a/net-dns/knot/knot-2.1.0.ebuild +++ b/net-dns/knot/knot-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="debug dnstap doc caps +fastparser idn systemd" RDEPEND=" >=net-libs/gnutls-3.0 >=dev-libs/jansson-2.3 - dev-db/lmdb + >=dev-db/lmdb-0.9.15 >=dev-libs/userspace-rcu-0.5.4 caps? ( >=sys-libs/libcap-ng-0.6.4 ) dnstap? ( dev-libs/fstrm dev-libs/protobuf-c ) |