Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lualdap/
Date: Thu, 18 Feb 2016 22:30:31
Message-Id: 1455834619.2ea47f26e414d1721bc41be51ab74d03e0d6e8ae.zx2c4@gentoo
1 commit: 2ea47f26e414d1721bc41be51ab74d03e0d6e8ae
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 22:30:10 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 22:30:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea47f26
7
8 dev-lua/lualdap: requires openldap at runtime
9
10 dev-lua/lualdap/lualdap-1.2.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lua/lualdap/lualdap-1.2.0.ebuild b/dev-lua/lualdap/lualdap-1.2.0.ebuild
14 index 6f65198..b0d14d8 100644
15 --- a/dev-lua/lualdap/lualdap-1.2.0.ebuild
16 +++ b/dev-lua/lualdap/lualdap-1.2.0.ebuild
17 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
18
19 IUSE=""
20
21 -RDEPEND="dev-lang/lua:*"
22 +RDEPEND="dev-lang/lua:* net-nds/openldap"
23 DEPEND="${RDEPEND}
24 net-nds/openldap
25 virtual/pkgconfig"