Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/
Date: Wed, 02 Mar 2016 13:32:42
Message-Id: 1456925420.e2292f284f0d6555827ce728e648a445fc74932e.amynka@gentoo
1 commit: e2292f284f0d6555827ce728e648a445fc74932e
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 13:28:43 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 13:30:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2292f28
7
8 net-dns/knot: dev-db/lmdb dependency changed bug #576186
9
10 Package-Manager: portage-2.2.26
11
12 net-dns/knot/knot-2.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/knot/knot-2.1.0.ebuild b/net-dns/knot/knot-2.1.0.ebuild
16 index 5e244ea..03ba610 100644
17 --- a/net-dns/knot/knot-2.1.0.ebuild
18 +++ b/net-dns/knot/knot-2.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,7 +18,7 @@ IUSE="debug dnstap doc caps +fastparser idn systemd"
26 RDEPEND="
27 >=net-libs/gnutls-3.0
28 >=dev-libs/jansson-2.3
29 - dev-db/lmdb
30 + >=dev-db/lmdb-0.9.15
31 >=dev-libs/userspace-rcu-0.5.4
32 caps? ( >=sys-libs/libcap-ng-0.6.4 )
33 dnstap? ( dev-libs/fstrm dev-libs/protobuf-c )